Skip to content

Commit c12eab3

Browse files
authored
Stop recommending easy_install
All python n00bs should use `pip` these days. Those who shouldn't are not n00bs and won't be needing help from the readme.
1 parent 957ff4e commit c12eab3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ programs. It is a pure python module which depends on the `psutil
1414
==============
1515
Installation
1616
==============
17-
To install through easy_install or pip::
17+
Install via pip::
1818

19-
$ easy_install -U memory_profiler # pip install -U memory_profiler
19+
$ pip install -U memory_profiler
2020

2121
The package is also available on `conda-forge
2222
<https://github.com/conda-forge/memory_profiler-feedstock>`_.

0 commit comments

Comments
 (0)