Skip to content

Commit 959d9fc

Browse files
authored
Merge pull request #214 from jeffwidman/patch-1
Stop recommending `easy_install`
2 parents 957ff4e + c12eab3 commit 959d9fc

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)