|
2 weeks ago | |
---|---|---|
library | 2 weeks ago | |
.gitignore | 2 weeks ago | |
README.md | 1 month ago | |
makefile | 2 weeks ago | |
requirements.txt | 2 weeks ago | |
setup.py | 2 weeks ago |
Work In Progress
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
Or run make setup
.
$ cd library && python page.py
Or run make
.