Update doc

This commit is contained in:
elapouya 2020-07-31 18:43:14 +02:00
parent 74d46579be
commit 4d81ef8eaa

View File

@ -383,6 +383,16 @@ Docx test templates are in `tests/templates/`. To generate final docx files::
Generated files are located in `tests/output` directory. Generated files are located in `tests/output` directory.
If you are not sure about your python environment, python-docx-template provides Pipfiles
for that::
pip install pipenv (if not already done)
cd python-docx-template (where Pipfiles are)
pipenv install --python 3.6 -d
pipenv shell
cd tests/
python runtests.py
Share Share
----- -----