Extracted fill3 into its own python project.

This commit is contained in:
Andrew Hamilton 2021-11-04 22:40:15 +10:00
parent c018e9f7d4
commit 240e908634
7 changed files with 20 additions and 1 deletions

View file

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