Update README.md

This commit is contained in:
Muneeb Ali
2014-10-22 18:07:36 -04:00
parent 44f3a58dbf
commit 3dde8df2c4

View File

@@ -3,14 +3,14 @@ ONS Server
## Setup Instructions:
Requires memcached:
ONS-server requires memcached:
```
sudo apt-get install memcached libmemcached-dev
sudo apt-get install memcached libmemcached-dev zlib1g-dev
sudo apt-get install python2.7-dev
```
Before installing pylibmc (listed in requirements.txt)
Before installing pylibmc (listed in requirements.txt) install the above packages.
Install coinrpc:
```