Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down