[gimp-web/testing] Add pelican version info to /about/meta



commit 5b04f6b0a00510fc0c8ac354000f7323699ce24b
Author: Pat David <patdavid gmail com>
Date:   Mon Mar 6 15:30:23 2017 -0600

    Add pelican version info to /about/meta

 content/about/meta/index.md |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/content/about/meta/index.md b/content/about/meta/index.md
index 4fde769..512393e 100644
--- a/content/about/meta/index.md
+++ b/content/about/meta/index.md
@@ -29,10 +29,12 @@ This is the same procedure anyone can use to test new content they would like to
 ### Getting a build environment
 
 1. Install [Python].  
-2.7.x is best, earlier versions are not supported.  
-Only provisional support for 3.3+.
+ 2.7.x is best, earlier versions are not supported.  
+ Only provisional support for 3.3+.
 2. Install [Pelican].  
-Simplest method is simply: `pip install pelican`
+ Simplest method is simply: `pip install pelican`  
+ Current version of Pelican is `3.6.2`.  
+ Use this version for now to stay in sync with pentagon (the server).
 3. Install some extra components:
     * For [Markdown] support:  
     `pip install Markdown`


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]