mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
docs: pip install -U setuptools pip
This commit is contained in:
+2
-1
@@ -121,11 +121,12 @@ Installation
|
|||||||
============
|
============
|
||||||
|
|
||||||
.. "pip install acme" doesn't search for "acme" in cwd, just like "pip
|
.. "pip install acme" doesn't search for "acme" in cwd, just like "pip
|
||||||
install -e acme" does
|
install -e acme" does; `-U setuptools pip` necessary for #722
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
virtualenv --no-site-packages -p python2 venv
|
virtualenv --no-site-packages -p python2 venv
|
||||||
|
./venv/bin/pip install -U setuptools pip
|
||||||
./venv/bin/pip install -r requirements.txt acme/ . letsencrypt-apache/ letsencrypt-nginx/
|
./venv/bin/pip install -r requirements.txt acme/ . letsencrypt-apache/ letsencrypt-nginx/
|
||||||
|
|
||||||
.. warning:: Please do **not** use ``python setup.py install``. Please
|
.. warning:: Please do **not** use ``python setup.py install``. Please
|
||||||
|
|||||||
Reference in New Issue
Block a user