diff --git a/docs/using.rst b/docs/using.rst index 0812b86e7..fa0f7b8a9 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -105,10 +105,13 @@ Centos 7 Installation ============ +.. "pip install acme" doesn't search for "acme" in cwd, just like "pip + install -e acme" does + .. code-block:: shell virtualenv --no-site-packages -p python2 venv - ./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 do **not** attempt the installation commands as