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:
Andrew Hamilton 2021-11-04 21:18:44 +10:00
parent 09ec5fb009
commit 31d8cbf4e3
18 changed files with 1 additions and 1 deletions

View file

@ -4,5 +4,5 @@
set -e
python3.9 -m pip install -r requirements.txt .
python3.9 -m pip install -r ./eris/requirements.txt ./eris
./install-tools