aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2016-02-25 22:26:31 +0100
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2016-02-25 22:26:31 +0100
commit98645ea5d9929f26a7df7e2b1c8c50582dbbc250 (patch)
tree39c9f8652c0a52033b28b523bf3ea7e0805d781e /README
parentAdd gitignore (diff)
downloadtodoist-98645ea5d9929f26a7df7e2b1c8c50582dbbc250.tar.xz
Provide some basic installation guide in README file
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9867878
--- /dev/null
+++ b/README
@@ -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