Browse Source

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

Closes #2038
Ask Solem 10 years ago
parent
commit
ee0016bf1f
1 changed files with 2 additions and 2 deletions
  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: