From d81c53a748dd89af52e3e90ebe68bf8a14470d20 Mon Sep 17 00:00:00 2001 From: Tory Law Date: Sat, 9 Apr 2016 09:05:17 -0400 Subject: [PATCH] Minor typo in docs --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index f163f180..f05f3941 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -22,7 +22,7 @@ session and create a new virtual environment for Pelican:: source bin/activate Once the virtual environment has been created and activated, Pelican can be -be installed via ``pip install pelican`` as noted above. Alternatively, if +installed via ``pip install pelican`` as noted above. Alternatively, if you have the project source, you can install Pelican using the distutils method::