diff options
author | Ilya Etingof <etingof@gmail.com> | 2017-05-27 09:01:56 +0200 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2017-05-27 09:01:56 +0200 |
commit | c196de621f8e88faa7b8b9fe1ec43cfdd9687576 (patch) | |
tree | 9f7bde8874571d9c3d1bf9bd6b703e55301a3298 /docs/source/download.rst | |
parent | 72759c534ce3546c1a8f50321d29cf1d587ce7df (diff) | |
download | pysnmp-git-c196de621f8e88faa7b8b9fe1ec43cfdd9687576.tar.gz |
minor pep8 improvements
Diffstat (limited to 'docs/source/download.rst')
-rw-r--r-- | docs/source/download.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/download.rst b/docs/source/download.rst index 774b7cce..412f6846 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -30,11 +30,11 @@ or In case you do not have the easy_install command on your system but still would like to use the on-line package installation method, please install `setuptools <http://pypi.python.org/pypi/setuptools>`_ package by -downloading and running `ez_setup.pz <https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py>`_ bootstrap: +downloading and running `ez_setup.pz <https://bootstrap.pypa.io/ez_setup.py>`_ bootstrap: .. code-block:: bash - # wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py + # wget https://bootstrap.pypa.io/ez_setup.py # python ez_setup.py In case you are installing PySNMP on an off-line system, the following |