Skip to content

Commit

Permalink
Merge pull request #314 from jfcorbett/docs/add-conda-install-instruc…
Browse files Browse the repository at this point in the history
…tions

Add conda install instructions
  • Loading branch information
Eric Lapouyade committed Oct 15, 2020
2 parents 7282856 + e67b27f commit b616daf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/index.rst
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 b616daf

Please sign in to comment.