We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f862d0e commit 7d2910eCopy full SHA for 7d2910e
README.md
@@ -9,6 +9,13 @@ This library is in early stages of development. It is meant to be used with Rabb
9
- poetry install: resolves and install dependencies
10
- poetry run pytest: run the tests
11
12
+## Installation
13
+
14
+The client is distributed via [`PIP`](https://pypi.org/project/rabbitmq-amqp-python-client/):
15
+```bash
16
+ pip install rabbitmq-amqp-python-client
17
+```
18
19
## Getting Started
20
21
An example is provided in ./getting_started_main.py you can run it after starting a RabbitMQ 4.0 broker with:
0 commit comments