Skip to content

Commit c3d61de

Browse files
committed
SIANXKE-151: Updated README.md to contain install instruction for PyPi release
1 parent 21187cc commit c3d61de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ The result backend `celery_amqp_backend.AMQPBackend://` does not suffer from the
2020
With a [correctly configured](https://pipenv.pypa.io/en/latest/basics/#basic-usage-of-pipenv) `pipenv` toolchain:
2121

2222
```sh
23-
pipenv install git+https://github.com/anexia-it/celery-amqp-backend.git@main
23+
pipenv install celery-amqp-backend
2424
```
2525

2626
You may also use classic `pip` to install the package:
2727

2828
```sh
29-
pip install git+https://github.com/anexia-it/celery-amqp-backend.git@main
29+
pip install celery-amqp-backend
3030
```
3131

3232
# Getting started

0 commit comments

Comments
 (0)