Coding Style.
- Move the eris source into a subdirectory. - Including the setup.py and requirements files. - This repo will hold more than one python project.
This commit is contained in:
parent
09ec5fb009
commit
31d8cbf4e3
18 changed files with 1 additions and 1 deletions
2
install
2
install
|
|
@ -4,5 +4,5 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
python3.9 -m pip install -r requirements.txt .
|
python3.9 -m pip install -r ./eris/requirements.txt ./eris
|
||||||
./install-tools
|
./install-tools
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue