From 48e1919e219b09d777b1552caa16fc1007feaff8 Mon Sep 17 00:00:00 2001 From: Tory Law Date: Fri, 23 Oct 2015 22:31:07 -0400 Subject: [PATCH] Make prerequisites more clear and add Fedora --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d807896..074d9d2 100644 --- a/README.md +++ b/README.md @@ -72,14 +72,20 @@ Users could choose to install Anaconda, if they want. If using Anaconda or Entho $ virtualenv env $ source env/bin/activate +####Install Prerequisites +##### Ubuntu + apt-get install libfreetype6-dev + apt-get install libpng-dev + +##### Fedora + dnf install libpng-devel.x86_64 + dnf install freetype-devel.x86_64 + dnf install lapack-devel + ####Install reqirements from requirements file $ pip install -r requirements.txt -####Note: Make sure you have libraries for png & freetype. -Ubuntu users can install the below - apt-get install libfreetype6-dev - apt-get install libpng-dev ###Script to check if installation is fine for the workshop Please execute the following at the command prompt