1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

Merge pull request #601 from kuba/pkgs_sep_prep

Update installation instructions for pkgs subdirs
This commit is contained in:
James Kasten
2015-07-10 23:16:45 -07:00

View File

@@ -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