- Move the eris source into a subdirectory. - Including the setup.py and requirements files. - This repo will hold more than one python project.
8 lines
98 B
Bash
Executable file
8 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
|
|
set -e
|
|
|
|
|
|
python3.9 -m pip install -r ./eris/requirements.txt ./eris
|
|
./install-tools
|