Skip to content

Commit bdcbef2

Browse files
sblondonsebastinas
authored andcommitted
pip should be used by default
`easy_install` is deprecated by `pip` so the documentation should promote `pip` usage to new python users.
1 parent ce07b57 commit bdcbef2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pages/downloads.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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
4343
mailing 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)
4848
you 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
========

0 commit comments

Comments
 (0)