This website requires JavaScript.
Explore
Help
Sign in
ahamilton
/
eris
Watch
1
Star
0
Fork
You've already forked eris
0
Code
Releases
Activity
31d8cbf4e3
eris
/
install
9 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Create an install script.
2021-10-31 22:49:13 +10:00
#!/bin/bash
set -e
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
python3.9 -m pip install -r ./eris/requirements.txt ./eris
Create an install script.
2021-10-31 22:49:13 +10:00
./install-tools
Copy permalink