소스 검색

Forgot to mention the dependency on the redis python client.

Ask Solem 15 년 전
부모
커밋
5901f95dc8
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
 -------------