Boston Python Workshop 6/Friday/Linux project dependencies: Difference between revisions

imported>Jesstess
No edit summary
imported>Jesstess
Line 120:
===Install the Twitter project dependencies===
 
Each of these 4 dependencies has an installer script that we'll need to run at a command prompt to install the software. '''It is important that the dependencies are installed in the order listed above.''' For each project, start a command prompt and navigate to the Desktop directory where the source code lives. For example, if the httplib2-0.6.0 project was extracted to /home/jesstess/Desktop/Twitter/httplib2-0.6.0,
 
<pre>
cd /home/jesstess/Desktop/Twitter/httplib2-0.6.0
</pre>
 
Anonymous user