use 'python3 setup.py develop' instead
authorTobias Platen <tplaten@posteo.de>
Wed, 15 Jul 2020 11:17:11 +0000 (13:17 +0200)
committerTobias Platen <tplaten@posteo.de>
Wed, 15 Jul 2020 11:17:11 +0000 (13:17 +0200)
hdl-dev-repos-virtualenv

index 5ffb57aca6b6ac526b5d03535f775cd356dcdcf8..2dde08af068f5f96836b0a8785f0d7b3fa017716 100755 (executable)
@@ -10,14 +10,14 @@ git clone https://git.libre-soc.org/git/nmigen-soc.git
 git clone https://git.libre-soc.org/git/soc.git
 
 cd nmigen
-python3 setup.py install
+python3 setup.py develop
 cd ../nmutil
-python3 setup.py install
+python3 setup.py develop
 cd ../ieee754fpu
 git submodule update --init --recursive
-python3 setup.py install
+python3 setup.py develop
 cd ../nmigen-soc
-python3 setup.py install
+python3 setup.py develop
 cd ../soc
 make gitupdate
 python3 setup.py develop