Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-io committed Apr 23, 2018
1 parent f77244d commit fc8ffdc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ 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 stunnel4 -y`
`pip install -r requirements.txt`

#### On Mac:
`brew install stunnel`
`brew install stunnel`
`pip install -r requirements.txt`


### Run client setup script

You'll need an [IBM cloud api key](https://console.bluemix.net/docs/iam/apikeys.html#platform-api-keys) to use the setup script. The service instance crn should be provided at your Data Store for Memcache service instance's dashboard.

```python python/client.py --apikey <your-bluemix-api-key> --instance_crn <your-service-instance-crn>```
`python python/client.py --apikey <your-bluemix-api-key> --instance_crn <your-service-instance-crn>`

0 comments on commit fc8ffdc

Please sign in to comment.