File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -42,20 +42,21 @@ The development version is available with git; use the following command:
4242 If you get stuck, join #bpython on irc.freenode.net or send an email to the
4343mailing list (more info).
4444
45- easy_install/ pip
45+ pip/easy_install
4646================
47- If you have ``easy_install `` or `` pip `` on your system (and you probably have)
47+ If you have ``pip `` on your system (and you probably have)
4848you can install bpython through PyPi.
4949
5050.. code-block :: shell
5151
52- easy_install bpython
52+ pip install bpython
5353
54- or
54+ In case of you don't have `` pip ``, you could use deprecated `` easy_install `` command:
5555
5656.. code-block :: shell
5757
58- pip install bpython
58+ easy_install bpython
59+
5960
6061 Packages
6162========
You can’t perform that action at this time.
0 commit comments