2021-10-31 22:49:13 +10:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
|
|
|
2021-12-06 16:19:53 +10:00
|
|
|
sudo apt-get install -y python3.9 python3-pip
|
2021-12-20 16:18:22 +10:00
|
|
|
python3.9 -m pip install "git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=eris"
|
2021-12-16 20:39:28 +10:00
|
|
|
# python3.9 -m pip install -e ./eris -e ./termstr -e ./fill3 -e ./lscolors # When developing.
|
2021-10-31 22:49:13 +10:00
|
|
|
./install-tools
|