Make pip install work.
- Having trouble with recursive dependencies not being installed. - Try using install_requires in setup.py instead of requirements.txt files. - Putting back version numbers.
This commit is contained in:
parent
143ee0ef1e
commit
ca38a5e7c1
7 changed files with 14 additions and 16 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 -r ./eris/requirements.txt ./eris
|
||||
python3.9 -m pip install ./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