diff --git a/docs/installation.rst b/docs/installation.rst index 4c035a071..b856c845f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -102,6 +102,10 @@ Or for Python 3:: $ sudo apt-get install python3-dev python3-setuptools +In Fedora, the command is:: + + $ sudo yum install python-devel + Prerequisites are installed on **Ubuntu 10.04 LTS** with:: $ sudo apt-get install libtiff4-dev libjpeg62-dev zlib1g-dev \ @@ -113,6 +117,12 @@ Prerequisites are installed with on **Ubuntu 12.04 LTS** or **Raspian Wheezy $ sudo apt-get install libtiff4-dev libjpeg8-dev zlib1g-dev \ libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev +Prerequisites are installed on **Fedora 20** with:: + + $ sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \ + lcms2-devel libwebp-devel tcl-devel tk-devel + + Mac OS X installation ---------------------