the-great-escape/README.md
2016-11-26 23:09:12 -06:00

8 lines
111 B
Markdown

# The Great Escape
## Install
virtualenv -p python3 venv
. venv/bin/activate
pip install -e .
##