Install everything out the git repo.
- Installing from ./eris caused a version conflict. Not sure why.
This commit is contained in:
parent
4580f57119
commit
7afd2a5eee
1 changed files with 1 additions and 1 deletions
2
install
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue