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 21187cc commit c3d61deCopy full SHA for c3d61de
README.md
@@ -20,13 +20,13 @@ The result backend `celery_amqp_backend.AMQPBackend://` does not suffer from the
20
With a [correctly configured](https://pipenv.pypa.io/en/latest/basics/#basic-usage-of-pipenv) `pipenv` toolchain:
21
22
```sh
23
-pipenv install git+https://github.com/anexia-it/celery-amqp-backend.git@main
+pipenv install celery-amqp-backend
24
```
25
26
You may also use classic `pip` to install the package:
27
28
29
-pip install git+https://github.com/anexia-it/celery-amqp-backend.git@main
+pip install celery-amqp-backend
30
31
32
# Getting started
0 commit comments