diff --git a/README.rst b/README.rst index 519f126..0909c8d 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,6 @@ Features Requirements ~~~~~~~~~~~~ -- `Redis-py `__ - `Django `__ > = 1.7 - `Django-picklefield `__ - `Arrow `__ @@ -61,7 +60,7 @@ Installation $ python manage.py migrate -- Choose a `broker `__ and install the appropriate client library. +- Choose a message `broker `__ , configure and install the appropriate client library. Read the full documentation at `https://django-q.readthedocs.org `__ diff --git a/docs/install.rst b/docs/install.rst index 09263f1..fa750be 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -18,7 +18,7 @@ Installation $ python manage.py migrate -- Choose a :doc:`broker` and install the appropriate client library. +- Choose a message :doc:`broker` , configure it and install the appropriate client library. Requirements @@ -46,9 +46,9 @@ Django Q is tested for Python 2.7 and 3.4 Optional ~~~~~~~~ -- `Redis-py `__ +- `Redis-py `__ client by Andy McCurdy is used to interface with both the Redis and Disque brokers:: - Andy McCurdy's excellent Redis python client is used to interface with both the Redis and Disque brokers. + $ pip install redis .. _psutil: @@ -56,7 +56,6 @@ Optional $ pip install psutil - - `Hiredis `__ parser. This C library maintained by the core Redis team is faster than the standard PythonParser during high loads:: $ pip install hiredis