diff options
-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 |