summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-03-17 19:48:13 +0100
committerMichele Simionato <michele.simionato@gmail.com>2015-03-17 19:48:13 +0100
commit88920b6ef7cb44ac2b13b440c68da741bd0a517b (patch)
treef36547fcc9ba0e003563361ffe28c319d632c884
parent196ea9fece7b1507769493f1109ae5080cb7466c (diff)
downloadpython-decorator-git-88920b6ef7cb44ac2b13b440c68da741bd0a517b.tar.gz
Replace easy_install -> pip install
-rw-r--r--documentation.py2
-rw-r--r--documentation3.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation.py b/documentation.py
index 9f5c111..cd87a8e 100644
--- a/documentation.py
+++ b/documentation.py
@@ -7,7 +7,7 @@ The ``decorator`` module
:Version: $VERSION ($DATE)
:Requires: Python 2.4+
:Download page: http://pypi.python.org/pypi/decorator/$VERSION
-:Installation: ``easy_install decorator``
+:Installation: ``pip install decorator``
:License: BSD license
.. contents::
diff --git a/documentation3.py b/documentation3.py
index dea3821..f2d3122 100644
--- a/documentation3.py
+++ b/documentation3.py
@@ -7,7 +7,7 @@ The ``decorator`` module
:Version: $VERSION ($DATE)
:Requires: Python 2.4+
:Download page: http://pypi.python.org/pypi/decorator/$VERSION
-:Installation: ``easy_install decorator``
+:Installation: ``pip install decorator``
:License: BSD license
.. contents::