eris/install
Andrew Hamilton 7dadb7d73f Move install-tools inside eris.
- Can fully install eris without cloning the repo.
2021-12-20 21:21:32 +10:00

10 lines
283 B
Bash
Executable file

#!/bin/bash
set -e
sudo apt-get install -y python3.9 python3-pip
python3.9 -m pip install "git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=eris"
# python3.9 -m pip install -e ./eris -e ./termstr -e ./fill3 -e ./lscolors # When developing.
eris --apt-install-tools