You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alfred Melch 704e0a62b1 | 5 years ago | |
---|---|---|
.. | ||
ebermergen | 5 years ago | |
tests | 5 years ago | |
.env | 5 years ago | |
.gitignore | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
requirements.txt | 5 years ago |
README.md
Backend for EbermergenTD
Install
Requirements: python3, python3-venv and pip
Available scripts
make venv
: creates a python virtual environmentmake install
: installs python dependenciesmake run
: runs the development servermake test
: runs unittests