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
@@ -26,7 +26,7 @@ Install the development packages:
.. code-block:: shell
pip install -r requirements.txt -e .[dev,docs,testing]
pip install -r requirements.txt -e acme -e .[dev,docs,testing] -e letsencrypt_apache -e letsencrypt_nginx
.. note:: `-e` (short for `--editable`) turns on *editable mode* in
which any source code changes in the current working
+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