This commit is contained in:
2020-10-13 01:52:15 +02:00
parent dbdab3a026
commit f7b892cbb9

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# Prereqs
Python 3.5 or higher.
# Installation
`$ python -m venv .venv; source .venv/bin/activate; python -m pip install -r requirements.txt`
# Run The Tests
`$ python -m pytest`