Browse Source

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

Closes #2038
Ask Solem 11 năm trước cách đây
mục cha
commit
65f502d56d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: