tablecontrol/README.org

7 lines
138 B
Org Mode
Raw Normal View History

2017-07-24 17:47:30 +02:00
* Setup
#+BEGIN_SRC sh
virtualenv --no-site-packages --distribute .env
source .env/bin/activate
pip install -r requirements.txt
#+END_SRC