Basic dev/test setup for separate package subdirectories.

This commit is contained in:
Jakub Warmuz
2015-07-10 16:38:42 +00:00
parent 2f9cd68807
commit b9df69af9f
15 changed files with 104 additions and 92 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ Installation
.. code-block:: shell
virtualenv --no-site-packages -p python2 venv
./venv/bin/pip install -r requirements.txt .
./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