Add conda install instructions
This commit is contained in:
parent
f9b95afe7a
commit
e67b27f06e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user