Skip to content

Commit 7d2910e

Browse files
Update README.md
1 parent f862d0e commit 7d2910e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ This library is in early stages of development. It is meant to be used with Rabb
99
- poetry install: resolves and install dependencies
1010
- poetry run pytest: run the tests
1111

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+
1219
## Getting Started
1320

1421
An example is provided in ./getting_started_main.py you can run it after starting a RabbitMQ 4.0 broker with:

0 commit comments

Comments
 (0)