Add commands used during development.

This commit is contained in:
Andrew Hamilton 2021-12-22 01:03:39 +10:00
parent 343f849e7b
commit ddafdf58f2

View file

@ -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