From 35a2e173c1fd0ce8be770cafdf42c14ae3c2b499 Mon Sep 17 00:00:00 2001 From: werdnav Date: Wed, 1 Jul 2015 20:57:12 +0100 Subject: [PATCH] Update index.rst Correct pip install command on Anaconda Windows 64 bit --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index d99f75a..8b42701 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ Welcome to python-docx-template's documentation! To install:: - pip install python-docx-template + pip install docxtpl Usage::