eris/install
Andrew Hamilton 4045b002d9 Make sure a recent version of pip is used.
- The version in impish isn't new enough.
2021-12-29 22:52:52 +10:00

15 lines
345 B
Bash
Executable file

#!/bin/bash
set -e
sudo apt-get install -y python3.9 python3-pip
python3.9 -m pip install --upgrade 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