From 84ee605dbb5b291ecf5a3d3a6b907ae6907f78c6 Mon Sep 17 00:00:00 2001 From: corentin rivot Date: Tue, 2 Aug 2011 18:19:25 +0200 Subject: [PATCH] [enh] add instructions for fedora in the installations instructions --- docs/SETUP.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/SETUP.txt b/docs/SETUP.txt index bfdb668e..fe079bf9 100644 --- a/docs/SETUP.txt +++ b/docs/SETUP.txt @@ -17,6 +17,17 @@ Install the following to have the tools on Archlinux (please note that you may h pacman -S python2 libxml2 libxslt freetype2 python2-pip python2-virtualenv python-virtualenvwrapper libpng +Install the base dependencies on Fedora +========================================== + +Install the following to have the tools on Fedora (please note that you may have to adapt the following install procedure): + + yum install python-setuptools python-devel libxml2-devel libxslt-devel freetype freetype-devel libpng libpng-devel python-pip atlas-devel g++ + + pip-python install virtualenv + pip-python install virtualenvwrapper + + Setup your virtual environment ===============================