mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Update installation instructions for pkgs subdirs (include trailing slash).
This commit is contained in:
parent
33224e7d77
commit
10e993331c
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue