Make pip install work.

- Having trouble with recursive dependencies not being installed.
- Try using install_requires in setup.py instead of requirements.txt files.
- Putting back version numbers.
This commit is contained in:
Andrew Hamilton 2021-12-20 14:59:07 +10:00
parent 143ee0ef1e
commit ca38a5e7c1
7 changed files with 14 additions and 16 deletions

View file

@ -5,6 +5,6 @@ set -e
sudo apt-get install -y python3.9 python3-pip
python3.9 -m pip install -r ./eris/requirements.txt ./eris
python3.9 -m pip install ./eris
# python3.9 -m pip install -e ./eris -e ./termstr -e ./fill3 -e ./lscolors # When developing.
./install-tools