Procházet zdrojové kódy

Forgot to mention the dependency on the redis python client.

Ask Solem před 15 roky
rodič
revize
5901f95dc8
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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
 Redis
 =====
 =====
 
 
+For the Redis support you have to install the Python redis client::
+
+    $ pip install redis
+
 Configuration
 Configuration
 -------------
 -------------