This commit is contained in:
Stuart Feichtinger 2016-01-31 18:59:14 -06:00
parent 60ff208e80
commit d764c3e1a4
1 changed files with 6 additions and 6 deletions

View File

@ -5,17 +5,17 @@ This example illustrates Publish an arbitrary data packet using the Adafruit MQT
To run the python subscriber:
Install dependents if haven't already
'''bash
```bash
cd ../Adafruit_MQTT_Library/examples/mqtt_arbitrary_buffer/python_subscriber
pip install -r requirements.txt
'''
```
Run python script with default values
'''bash
```bash
python subscriber.py
'''
```
Use help to list the modifiable options
'''bash
```bash
python subscriber.py -h
'''
```