Skip to content

Commit

Permalink
Add conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcorbett committed Oct 15, 2020
1 parent f9b95af commit e67b27f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e67b27f

Please sign in to comment.