diff --git a/docs/using.rst b/docs/using.rst index 16a551c1b..803a38705 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -126,7 +126,8 @@ Installation .. code-block:: shell virtualenv --no-site-packages -p python2 venv - ./venv/bin/pip install -U setuptools pip + ./venv/bin/pip install -U setuptools + ./venv/bin/pip install -U pip ./venv/bin/pip install -r requirements.txt acme/ . letsencrypt-apache/ letsencrypt-nginx/ .. warning:: Please do **not** use ``python setup.py install``. Please