We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8c590 commit a6e9576Copy full SHA for a6e9576
README.rst
@@ -19,6 +19,8 @@ Inspired by `flask-shell-ipython`_ by `@ei-grad`_.
19
Install
20
=======
21
22
+``flask-shell-ptpython`` is on PyPI, so all you have to do is:
23
+
24
.. code-block:: console
25
26
$ pip install flask-shell-ptpython
@@ -27,10 +29,21 @@ Install
27
29
Usage
28
30
=====
31
32
+``flask-shell-ptpython`` hooks itself into Flask through an entry point, so all
33
+you have to do is:
34
35
36
37
$ flask shell
- >>>
38
39
40
+Alternatives
41
+============
42
43
+If you prefer BPython you can use `flask-shell-bpython`_, while if you prefer
44
+IPython you can use `flask-shell-ipython`_.
45
46
+.. _`flask-shell-bpython`: https://github.com/jacquerie/flask-shell-bpython
47
48
49
Author
0 commit comments