File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Inspired by `flask-shell-ipython`_ by `@ei-grad`_.
19
19
Install
20
20
=======
21
21
22
+ ``flask-shell-ptpython `` is on PyPI, so all you have to do is:
23
+
22
24
.. code-block :: console
23
25
24
26
$ pip install flask-shell-ptpython
@@ -27,10 +29,21 @@ Install
27
29
Usage
28
30
=====
29
31
32
+ ``flask-shell-ptpython `` hooks itself into Flask through an entry point, so all
33
+ you have to do is:
34
+
30
35
.. code-block :: console
31
36
32
37
$ flask shell
33
- >>>
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
34
47
35
48
36
49
Author
You can’t perform that action at this time.
0 commit comments