Difference between revisions of "Team:Michigan Software/Installation"

Line 31: Line 31:
 
               <br>
 
               <br>
 
               <div style = "background-color: #f6f8fa; overflow: auto; padding 20px; ">
 
               <div style = "background-color: #f6f8fa; overflow: auto; padding 20px; ">
               <code style = "background-color: transparent; word-wrap: normal;  overflow: visible" id = "doubleSpace" class="p-font grey-text">sudo apt-get install python-dev</code>
+
               <code style = "color: black; background-color: transparent; word-wrap: normal;  overflow: visible" id = "doubleSpace" class="p-font grey-text">sudo apt-get install python-dev</code>
 
               <br>
 
               <br>
               <code id = "doubleSpace" class="p-font grey-text">sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6 dev python-tk</code>
+
               <code style = "color: black; background-color: transparent; word-wrap: normal;  overflow: visible" id = "doubleSpace" class="p-font grey-text">sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6 dev python-tk</code>
  
 
               </div>
 
               </div>

Revision as of 03:30, 31 October 2017

Installation




Follow These Steps




If you have are planning to run this on a Ubuntu development computer, you must install additional packages in order to get the Pip package Pillow. To do this, enter into your terminal:


sudo apt-get install python-dev
sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6 dev python-tk