initial commit for the-great-escape yuku scraper

This commit is contained in:
Adrian Malacoda
2016-11-26 23:09:12 -06:00
parent e5fb7e5c9a
commit 933e178ce5
8 changed files with 219 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# The Great Escape
## Install
virtualenv -p python3 venv
. venv/bin/activate
pip install -e .
##