Can install from the source.
- The version conflict happened before because of an incorrect tag on github.
This commit is contained in:
parent
7dadb7d73f
commit
5000d7916e
1 changed files with 1 additions and 2 deletions
3
install
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue