Преглед изворни кода

Forgot to mention the dependency on the redis python client.

Ask Solem пре 15 година
родитељ
комит
9aa47dee7c
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      docs/tutorials/otherqueues.rst

+ 4 - 0
docs/tutorials/otherqueues.rst

@@ -26,6 +26,10 @@ You need to install the latest development versions of `carrot`_ and
 Redis
 =====
 
+For the Redis support you have to install the Python redis client::
+
+    $ pip install redis
+
 Configuration
 -------------