mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #564 from rajathkumarmp/patch-2
IPython install edit
This commit is contained in:
@@ -270,6 +270,11 @@ most out of using Python interactively. Its main components are:
|
||||
|
||||
$ pip install ipython
|
||||
|
||||
To download and install IPython with all it's optional dependencies for the notebook, qtconsole, tests, and other functionalities
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install ipython[all]
|
||||
|
||||
BPython
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user