Skip to content

Commit 4e2afd3

Browse files
committed
README: Change install to refer to PyPi
Fixes #5
1 parent 2ab5b6e commit 4e2afd3

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,21 @@ and [Eclipse Paho](https://eclipse.org/paho/clients/python/) for MQTT.
1515
* Basic support for setting up and running Participants
1616
* Support for AMQP/RabbitMQ and MQTT brokers
1717

18-
## Usage
18+
## License
1919

20-
See [./examples/repeat.py](./examples/repeat.py)
20+
MIT, see [./LICENSE](./LICENSE)
2121

22-
Run in git
22+
## Installing
2323

24-
pip install -r requirements.pip -t .
25-
python ./examples/repeat.py
24+
Get it from [PyPi](http://pypi.python.org/)
2625

27-
## License
26+
pip install msgflo --user
2827

29-
MIT, see [./LICENSE](./LICENSE)
28+
## Usage
29+
30+
See [./examples/repeat.py](./examples/repeat.py)
31+
32+
wget https://github.com/msgflo/msgflo-python/raw/master/examples/repeat.py
33+
# Set address of broker to connect to. Can also be amqp://...
34+
export MSGFLO_BROKER=mqtt://localhost
35+
python ./repeat.py

0 commit comments

Comments
 (0)