From c93895f785ab15b3a708bdb05ef8b710762495e3 Mon Sep 17 00:00:00 2001 From: Nikolas Ioannou Date: Mon, 17 Sep 2018 16:17:01 +0200 Subject: [PATCH] updated dep installation instructions. --- README.md | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1af0684..2a95212 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Data Store for Memcache implements the ascii [memcache protocol](https://github. ### Install dependencies #### On Ubuntu: -`sudo apt-get install stunnel4 -y` +`sudo apt-get install python-pip stunnel4 -y` `pip install -r requirements.txt` #### On Mac: diff --git a/requirements.txt b/requirements.txt index 1a90379..cdd0e3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ argparse requests -urllib +urllib3