the-great-escape/README.md

8 lines
111 B
Markdown
Raw Normal View History

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