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

Line 27: Line 27:
 
               <br>
 
               <br>
 
               <br>
 
               <br>
               <p id = "doubleSpace" class="p-font grey-text">Install it! :)</p>
+
               <p id = "doubleSpace" class="p-font grey-text">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:</p>
 +
              <br>
 +
              <div style = "background-color: grey; overflow: auto; padding 16px; ">
 +
              <code id = "doubleSpace" class="p-font grey-text">sudo apt-get install python-dev</code>
 +
             
 
               <br>
 
               <br>
 
               <br>
 
               <br>

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