Skip to content

Commit fd0bf58

Browse files
committed
doc: update installation instructions
1 parent ecc1efe commit fd0bf58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ Migen is made up of several related components:
5555
Installing Migen
5656
****************
5757

58-
Either run the ``setup.py`` installation script or simply set ``PYTHONPATH`` to the root of the source directory.
58+
Either run ``python3 -m pip install .`` or simply set ``PYTHONPATH`` to the root of the source directory.
5959

60-
If you wish to contribute patches, the suggest way to install is;
60+
If you wish to contribute patches, the suggested way to install is;
6161
#. Clone from the git repository at https://github.com/m-labs/migen
62-
#. Install using ``python3 ./setup.py develop --user``
62+
#. Install using the ``-e`` pip option, or set ``PYTHONPATH`` to the root of the checked-out directory.
6363
#. Edit the code in your git checkout.
6464

6565
Alternative install methods

0 commit comments

Comments
 (0)