Update installation instructions for pkgs subdirs (include trailing slash).

This commit is contained in:
Jakub Warmuz 2015-07-11 06:09:52 +00:00
parent 33224e7d77
commit 10e993331c
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

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