Skip to content

Commit 315eba8

Browse files
committed
1 parent 4e70072 commit 315eba8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

docs/dev/env.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ most out of using Python interactively. Its main components are:
278278
$ pip install ipython
279279
280280
281-
282281
BPython
283282
-------
284283

@@ -298,3 +297,24 @@ features:
298297
.. code-block:: console
299298
300299
$ pip install bpython
300+
301+
ptpython
302+
--------
303+
304+
`ptpython <https://github.com/jonathanslenders/ptpython/>`_ is a REPL build
305+
on top of the `prompt_toolkit <http://github.com/jonathanslenders/python-prompt-toolkit>`_
306+
library. It is considered to be an alternative to BPython_. Features include:
307+
308+
* Syntax highlighting
309+
* Autocompletion
310+
* Multiline editing
311+
* Emacs and VIM Mode
312+
* Embedding REPL inside of your code
313+
* Syntax Validation
314+
* Tab pages
315+
* Support for integrating with IPython_'s shell, by installing IPython
316+
``pip install ipython`` and running ``ptipython``.
317+
318+
.. code-block:: console
319+
320+
$ pip install ptpython

0 commit comments

Comments
 (0)