File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ Migen is made up of several related components:
5555Installing 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
6565Alternative install methods
You can’t perform that action at this time.
0 commit comments