From a9f932e2934124c6281dec1b31c2849fcaaf4419 Mon Sep 17 00:00:00 2001 From: ThUnD3r|Gr33n Date: Sat, 11 Mar 2017 18:17:57 +0100 Subject: [PATCH] use python 2.7 env fixed Example typo and changed virtualenv to python 2.7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a2c51e..f8f7b4a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ XEP-0363 CLI upload tool 2. Install Python dependencies (all Python versions) cd uploadr/ - virtualenv python + virtualenv -p /usr/bin/python2.7 python . python/bin/activate pip install requests dnspython pyasn1 pyasn1_modules @@ -54,4 +54,4 @@ You can put your credentials into ~/.uploadrc ## Example - $ ./upload.py --notify me@faraway.org burglar_cam_0001.jpg + $ ./uploadr.py --notify me@faraway.org burglar_cam_0001.jpg