eris/install
Andrew Hamilton ca38a5e7c1 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.
2021-12-20 15:03:25 +10:00

10 lines
212 B
Bash
Executable file

#!/bin/bash
set -e
sudo apt-get install -y python3.9 python3-pip
python3.9 -m pip install ./eris
# python3.9 -m pip install -e ./eris -e ./termstr -e ./fill3 -e ./lscolors # When developing.
./install-tools