Ben Kurtovic c769bfd180 | 8年前 | |
---|---|---|
calefaction | 8年前 | |
static | 8年前 | |
templates | 8年前 | |
.gitignore | 8年前 | |
LICENSE | 8年前 | |
README.md | 8年前 | |
app.py | 8年前 | |
requirements.txt | 8年前 |
calefaction is a corporation manager and dashboard for the video game EVE Online.
git clone git@github.com:earwig/calefaction.git
cd calefaction
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
...
...