diff options
author | Michele Simionato <michele.simionato@gmail.com> | 2015-03-17 19:48:58 +0100 |
---|---|---|
committer | Michele Simionato <michele.simionato@gmail.com> | 2015-03-17 19:48:58 +0100 |
commit | c035648bf07d511d815503980fe1ca98ed26650f (patch) | |
tree | 77d5c4badcdb16099c013009433e7ed71b112b43 /documentation.rst | |
parent | 88920b6ef7cb44ac2b13b440c68da741bd0a517b (diff) | |
download | python-decorator-git-3.4.1.tar.gz |
Replace easy_install -> pip install3.4.1
Diffstat (limited to 'documentation.rst')
-rw-r--r-- | documentation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation.rst b/documentation.rst index 1fda579..1ef3a44 100644 --- a/documentation.rst +++ b/documentation.rst @@ -4,10 +4,10 @@ The ``decorator`` module :Author: Michele Simionato :E-mail: michele.simionato@gmail.com -:Version: 3.4.1 (2015-03-16) +:Version: 3.4.1 (2015-03-17) :Requires: Python 2.4+ :Download page: http://pypi.python.org/pypi/decorator/3.4.1 -:Installation: ``easy_install decorator`` +:Installation: ``pip install decorator`` :License: BSD license .. contents:: |