Make editable mode apply to all installed projects.
This commit is contained in:
parent
8b4f0c13b2
commit
a363004afe
1 changed files with 3 additions and 3 deletions
6
install
6
install
|
|
@ -5,8 +5,8 @@ set -e
|
||||||
|
|
||||||
|
|
||||||
sudo apt-get install -y python3.9 python3-pip
|
sudo apt-get install -y python3.9 python3-pip
|
||||||
python3.9 -m pip install -r ./termstr/requirements.txt ./termstr \
|
python3.9 -m pip install -r ./termstr/requirements.txt $1 ./termstr \
|
||||||
-r ./fill3/requirements.txt ./fill3 \
|
-r ./fill3/requirements.txt $1 ./fill3 \
|
||||||
./lscolors \
|
$1 ./lscolors \
|
||||||
-r ./eris/requirements.txt $1 ./eris
|
-r ./eris/requirements.txt $1 ./eris
|
||||||
./install-tools
|
./install-tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue