Skip to content

Commit a6e9576

Browse files
committed
Improve README.
1 parent 5f8c590 commit a6e9576

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Inspired by `flask-shell-ipython`_ by `@ei-grad`_.
1919
Install
2020
=======
2121

22+
``flask-shell-ptpython`` is on PyPI, so all you have to do is:
23+
2224
.. code-block:: console
2325
2426
$ pip install flask-shell-ptpython
@@ -27,10 +29,21 @@ Install
2729
Usage
2830
=====
2931

32+
``flask-shell-ptpython`` hooks itself into Flask through an entry point, so all
33+
you have to do is:
34+
3035
.. code-block:: console
3136
3237
$ 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
3447

3548

3649
Author

0 commit comments

Comments
 (0)