From 5000d7916ecfe7a1f263eb2b74f3e0457cd0d9a4 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Mon, 20 Dec 2021 21:43:17 +1000 Subject: [PATCH] Can install from the source. - The version conflict happened before because of an incorrect tag on github. --- install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install b/install index 07b19d9..529239d 100755 --- a/install +++ b/install @@ -5,6 +5,5 @@ 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. +python3.9 -m pip install $1 ./eris eris --apt-install-tools