Skip to content

Commit

Permalink
[1.26] Stop advertising python setup.py install
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jan 20, 2022
1 parent 778e585 commit d662fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -52,7 +52,7 @@ urllib3 can be installed with `pip <https://pip.pypa.io>`_::
Alternatively, you can grab the latest source code from `GitHub <https://github.com/urllib3/urllib3>`_::

$ git clone git://github.com/urllib3/urllib3.git
$ python setup.py install
$ pip install .


Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -86,7 +86,7 @@ Alternatively, you can grab the latest source code from `GitHub <https://github.
.. code-block:: bash
$ git clone git://github.com/urllib3/urllib3.git
$ python setup.py install
$ pip install .
Usage
-----
Expand Down

0 comments on commit d662fcd

Please sign in to comment.