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
|
||||
python3.9 -m pip install -r ./termstr/requirements.txt ./termstr \
|
||||
-r ./fill3/requirements.txt ./fill3 \
|
||||
./lscolors \
|
||||
python3.9 -m pip install -r ./termstr/requirements.txt $1 ./termstr \
|
||||
-r ./fill3/requirements.txt $1 ./fill3 \
|
||||
$1 ./lscolors \
|
||||
-r ./eris/requirements.txt $1 ./eris
|
||||
./install-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue