From 74a0b1b125a64e679a726bb751f417212a114225 Mon Sep 17 00:00:00 2001 From: Tobias Platen Date: Wed, 15 Jul 2020 13:17:11 +0200 Subject: [PATCH] use 'python3 setup.py develop' instead --- hdl-dev-repos-virtualenv | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hdl-dev-repos-virtualenv b/hdl-dev-repos-virtualenv index 5ffb57a..2dde08a 100755 --- 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 -- 2.30.2