소스 검색

Stupid zsh is messing with our beloved ksh heritage :chicken:

Closes #2038
Ask Solem 11 년 전
부모
커밋
ee0016bf1f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/includes/installation.txt

+ 2 - 2
docs/includes/installation.txt

@@ -28,9 +28,9 @@ commas.
 
 .. code-block:: bash
 
-    $ pip install celery[librabbitmq]
+    $ pip install "celery[librabbitmq]"
 
-    $ pip install celery[librabbitmq,redis,auth,msgpack]
+    $ pip install "celery[librabbitmq,redis,auth,msgpack]"
 
 The following bundles are available: