Skip to content

Commit

Permalink
updated dep installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-io committed Sep 17, 2018
1 parent 419e78a commit c93895f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
argparse
requests
urllib
urllib3

0 comments on commit c93895f

Please sign in to comment.