[gimp-web/testing] Add bs4 and pygeoip to list of env components



commit a2fa142b3b6963dd68a08be17b345432d0b60aa4
Author: Pat David <patdavid gmail com>
Date:   Sat Jul 2 22:35:22 2016 -0500

    Add bs4 and pygeoip to list of env components
    
    Beautifulsoup4 and pygeoip are required to build
    the gimp-mirrors plugin for the site, so I added
    them to the 'extra components' for install called
    out on /about/meta/.

 content/about/meta/index.md |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/content/about/meta/index.md b/content/about/meta/index.md
index f518857..85ba3c4 100644
--- a/content/about/meta/index.md
+++ b/content/about/meta/index.md
@@ -113,6 +113,10 @@ Simplest method is simply: `pip install pelican`
     `pip install Markdown`
     * For fancy typography elements with [typogrify]:  
     `pip install typogrify`
+    * For some html scraping for the mirrors list [Beautifulsoup4]:  
+    `pip install bs4`
+    * For ip geolocating (for the gimp-mirrors plugin), pygeoip:
+    `pip install pygeoip`
 
 
 For detailed information refer to the [Pelican documentation](http://docs.getpelican.com/en/stable/).
@@ -172,3 +176,4 @@ This is not superfluous, it's a test of local image linking from this directory.
 [Python]:https://www.python.org/ 
 [smartypants]:http://pythonhosted.org/smartypants/ 
 [typogrify]: https://github.com/mintchaos/typogrify
+[Beautifulsoup4]: https://www.crummy.com/software/BeautifulSoup/ 


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