eris/install
Andrew Hamilton 31d8cbf4e3 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.
2021-11-04 21:18:44 +10:00

8 lines
98 B
Bash
Executable file

#!/bin/bash
set -e
python3.9 -m pip install -r ./eris/requirements.txt ./eris
./install-tools