From e67b27f06eece5bc64e1b6d20875d18a816812d0 Mon Sep 17 00:00:00 2001 From: JEACO Date: Thu, 15 Oct 2020 13:33:18 +0200 Subject: [PATCH] Add conda install instructions --- docs/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index dd60994..29291fa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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