Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
audstanley committed Jan 7, 2018
1 parent 78b34ce commit 3418455
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rover/core/servers/Deepstream/ds-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,10 @@ exit;
Now you have successfully installed deepstream, and pm2 will launch deepstream
every time your computer starts up. Now you can get and post data to deepstream.
You will need the [deepstream.py](https://github.com/CSUFTitanRover/TitanRover2018/blob/master/rover/core/servers/ArduinoSocketServer/deepstream.py) file in your project's folder to get and post data easily to deepstream.
The deepstream.py file has a dependency called: requests, install that **NOW**
The deepstream.py file has a dependency called: *requests*,

Let's install that **NOW**

```sh
# For python2.7
sudo pip install requests
Expand Down

0 comments on commit 3418455

Please sign in to comment.