From 7afd2a5eee0f76718f97f74f064710f8bbabf4ed Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Mon, 20 Dec 2021 16:18:22 +1000 Subject: [PATCH] Install everything out the git repo. - Installing from ./eris caused a version conflict. Not sure why. --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 44112e6..7cc7fdb 100755 --- a/install +++ b/install @@ -5,6 +5,6 @@ set -e sudo apt-get install -y python3.9 python3-pip -python3.9 -m pip install ./eris +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. ./install-tools