docs: explain that pip3 install -e
should be run after pulling.
This commit is contained in:
parent
399b8f9863
commit
9928b6067d
|
@ -111,6 +111,9 @@ Any changes made to the ``nmigen`` directory will immediately affect any code th
|
|||
|
||||
$ cd nmigen
|
||||
$ git pull --ff-only origin master
|
||||
$ pip3 install --editable .
|
||||
|
||||
It is important to run the `pip3 install --editable .` each time the development snapshot is updated in case package dependencies have been added or changed.
|
||||
|
||||
|
||||
Installing board definitions
|
||||
|
|
Loading…
Reference in a new issue