projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deadc7b
)
use 'python3 setup.py develop' instead
author
Tobias Platen
<tplaten@posteo.de>
Wed, 15 Jul 2020 11:17:11 +0000
(13:17 +0200)
committer
Tobias Platen
<tplaten@posteo.de>
Wed, 15 Jul 2020 11:17:11 +0000
(13:17 +0200)
hdl-dev-repos-virtualenv
patch
|
blob
|
history
diff --git
a/hdl-dev-repos-virtualenv
b/hdl-dev-repos-virtualenv
index 5ffb57aca6b6ac526b5d03535f775cd356dcdcf8..2dde08af068f5f96836b0a8785f0d7b3fa017716 100755
(executable)
--- a/
hdl-dev-repos-virtualenv
+++ b/
hdl-dev-repos-virtualenv
@@
-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