Merge pull request #314 from jfcorbett/docs/add-conda-install-instructions

Add conda install instructions
This commit is contained in:
Eric Lapouyade 2020-10-15 15:11:28 +02:00 committed by GitHub
commit b616daf50a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,14 @@ Welcome to python-docx-template's documentation!
.. rubric:: Quickstart
To install::
To install using pip::
pip install docxtpl
or using conda::
conda install docxtpl --channel conda-forge
Usage::
from docxtpl import DocxTemplate