Merge pull request #314 from jfcorbett/docs/add-conda-install-instructions
Add conda install instructions
This commit is contained in:
commit
b616daf50a
@ -8,10 +8,14 @@ Welcome to python-docx-template's documentation!
|
|||||||
|
|
||||||
.. rubric:: Quickstart
|
.. rubric:: Quickstart
|
||||||
|
|
||||||
To install::
|
To install using pip::
|
||||||
|
|
||||||
pip install docxtpl
|
pip install docxtpl
|
||||||
|
|
||||||
|
or using conda::
|
||||||
|
|
||||||
|
conda install docxtpl --channel conda-forge
|
||||||
|
|
||||||
Usage::
|
Usage::
|
||||||
|
|
||||||
from docxtpl import DocxTemplate
|
from docxtpl import DocxTemplate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user