Add commands used during development.
This commit is contained in:
parent
343f849e7b
commit
ddafdf58f2
1 changed files with 5 additions and 0 deletions
5
install
5
install
|
|
@ -7,3 +7,8 @@ set -e
|
|||
sudo apt-get install -y python3.9 python3-pip
|
||||
python3.9 -m pip install $1 ./eris
|
||||
eris --apt-install-tools
|
||||
# When developing...
|
||||
# python3.9 -m pip install -e ./eris
|
||||
# python3.9 -m pip install -e ./fill3
|
||||
# python3.9 -m pip install -e ./termstr
|
||||
# python3.9 -m pip install -e ./lscolors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue