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

Line 32: Line 32:
 
               <div style = "background-color: grey; overflow: auto; padding 16px; ">
 
               <div style = "background-color: grey; overflow: auto; padding 16px; ">
 
               <code id = "doubleSpace" class="p-font grey-text">sudo apt-get install python-dev</code>
 
               <code id = "doubleSpace" class="p-font grey-text">sudo apt-get install python-dev</code>
                
+
               </div>
 
               <br>
 
               <br>
 
               <br>
 
               <br>

Revision as of 03:23, 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