From 4d81ef8eaa15e6af6c77a30c363e94de62194124 Mon Sep 17 00:00:00 2001 From: elapouya Date: Fri, 31 Jul 2020 18:43:14 +0200 Subject: [PATCH] Update doc --- docs/index.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 4d23eab..078a564 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -383,6 +383,16 @@ Docx test templates are in `tests/templates/`. To generate final docx files:: 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 -----