This commit is contained in:
Felipe Martín 2015-12-02 23:59:17 +01:00
parent 79dd3339d1
commit 16c6cbceb6
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
fmartingr.com
=============
## Setup
```
virtualenv -p python3.5 .virtualenv
source .virtualenv/bin/activate
pip install -r requirements.txt
python main.py
```