docs: explain that `pip3 install -e` should be run after pulling.
authorwhitequark <whitequark@whitequark.org>
Tue, 30 Jun 2020 22:26:54 +0000 (22:26 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 14:21:47 +0000 (14:21 +0000)
docs/install.rst

index 59895fb4dc2abaaab758201c14656c1b44520038..8d66fa3a87eddbc1823e354a1dd24d1f76de3b96 100644 (file)
@@ -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