Add readme with install instructions

master
Elis Axelsson 2017-07-24 17:47:30 +02:00
parent 0cebe0918b
commit dcedfbe5c7
1 changed files with 6 additions and 0 deletions

6
README.org Normal file
View File

@ -0,0 +1,6 @@
* Setup
#+BEGIN_SRC sh
virtualenv --no-site-packages --distribute .env
source .env/bin/activate
pip install -r requirements.txt
#+END_SRC