diff options
| -rw-r--r-- | documentation.py | 2 | ||||
| -rw-r--r-- | documentation3.py | 2 |
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:: |
