mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Update installation instructions for pkgs subdirs (include trailing slash).
This commit is contained in:
+4
-1
@@ -105,10 +105,13 @@ Centos 7
|
|||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
.. "pip install acme" doesn't search for "acme" in cwd, just like "pip
|
||||||
|
install -e acme" does
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
virtualenv --no-site-packages -p python2 venv
|
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
|
.. warning:: Please do **not** use ``python setup.py install``. Please
|
||||||
do **not** attempt the installation commands as
|
do **not** attempt the installation commands as
|
||||||
|
|||||||
Reference in New Issue
Block a user