You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
src | 4 weeks ago | |
.gitignore | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
requirements.txt | 4 weeks ago |
README.md
Development
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
Test functionality
$ python src/test.py