Show More
@@ -13,7 +13,7 b' the quickest way to get up and running with IPython is:' | |||||
13 |
|
13 | |||
14 | .. code-block:: bash |
|
14 | .. code-block:: bash | |
15 |
|
15 | |||
16 | $ pip install ipython[all] |
|
16 | $ pip install "ipython[all]" | |
17 |
|
17 | |||
18 | This will download and install IPython and its main optional dependencies: |
|
18 | This will download and install IPython and its main optional dependencies: | |
19 |
|
19 | |||
@@ -237,7 +237,7 b' optional dependencies:' | |||||
237 |
|
237 | |||
238 | .. code-block:: bash |
|
238 | .. code-block:: bash | |
239 |
|
239 | |||
240 | $ pip install ipython[terminal] |
|
240 | $ pip install "ipython[terminal]" | |
241 |
|
241 | |||
242 |
|
242 | |||
243 | nose |
|
243 | nose | |
@@ -255,7 +255,7 b' Another way of getting this is to do:' | |||||
255 |
|
255 | |||
256 | .. code-block:: bash |
|
256 | .. code-block:: bash | |
257 |
|
257 | |||
258 | $ pip install ipython[test] |
|
258 | $ pip install "ipython[test]" | |
259 |
|
259 | |||
260 | For more installation options, see the `nose website |
|
260 | For more installation options, see the `nose website | |
261 | <http://somethingaboutorange.com/mrl/projects/nose/>`_. |
|
261 | <http://somethingaboutorange.com/mrl/projects/nose/>`_. | |
@@ -279,7 +279,7 b' On a Unix style platform (including OS X), if you want to use' | |||||
279 |
|
279 | |||
280 | .. code-block:: bash |
|
280 | .. code-block:: bash | |
281 |
|
281 | |||
282 | $ pip install ipython[zmq] # will include pyzmq |
|
282 | $ pip install "ipython[zmq]" # will include pyzmq | |
283 |
|
283 | |||
284 | Security in IPython.parallel is provided by SSH tunnels. By default, Linux |
|
284 | Security in IPython.parallel is provided by SSH tunnels. By default, Linux | |
285 | and OSX clients will use the shell ssh command, but on Windows, we also |
|
285 | and OSX clients will use the shell ssh command, but on Windows, we also |
General Comments 0
You need to be logged in to leave comments.
Login now