Extracted termstr into its own python project.

This commit is contained in:
Andrew Hamilton 2021-11-04 21:37:38 +10:00
parent 31d8cbf4e3
commit c018e9f7d4
7 changed files with 21 additions and 3 deletions

View file

@ -4,5 +4,6 @@
set -e
python3.9 -m pip install -r ./eris/requirements.txt ./eris
python3.9 -m pip install -r ./termstr/requirements.txt $1 ./termstr
python3.9 -m pip install -r ./eris/requirements.txt $1 ./eris
./install-tools