Add readme with install instructions
parent
0cebe0918b
commit
dcedfbe5c7
@ -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
|
Loading…
Reference in New Issue