diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2016-02-25 22:26:31 +0100 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2016-02-25 22:26:31 +0100 |
commit | 98645ea5d9929f26a7df7e2b1c8c50582dbbc250 (patch) | |
tree | 39c9f8652c0a52033b28b523bf3ea7e0805d781e | |
parent | Add gitignore (diff) | |
download | todoist-98645ea5d9929f26a7df7e2b1c8c50582dbbc250.tar.xz |
Provide some basic installation guide in README file
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +INSTALLATION +------------ + +Create virtual environment for Python 3 (e.g. 3.4): + +virtualenv --python=python3.4 vevn + +Activate virtual environment: + +. ./venv/bin/activate + +Install dependencies: + +pip install todoist-python==0.2.23 |