Boston Python Workshop 5/Friday/OSX project dependencies: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
No edit summary
Line 61: Line 61:
===Test the Wordplay code===
===Test the Wordplay code===


Start a command prompt and navigate to the Desktop/Wordplay directory where the Wordplay code lives. For example, if the Wordplay project is at <code>/Users/jesstess/Desktop/Wordplay</code>,
Start a command prompt and navigate to the Desktop/Wordplay directory where the Wordplay code lives. For example, if the Wordplay project is at <code>~/Desktop/Wordplay</code>,


<pre>
<pre>
cd /Users/jesstess/Desktop/Wordplay
cd ~/Desktop/Wordplay
</pre>
</pre>


Line 103: Line 103:
===Install the Twitter project dependencies===
===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 /Users/jesstess/Desktop/Twitter/httplib2-0.6.0,
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 ~/httplib2-0.6.0,


<pre>
<pre>
cd /Users/jesstess/Desktop/Twitter/httplib2-0.6.0
cd ~/httplib2-0.6.0
</pre>
</pre>


Line 141: Line 141:
===Test the Twitter code===
===Test the Twitter code===


Start a command prompt and navigate to the Desktop/Twitter directory where the Twitter code lives. For example, if the Twitter project is at <code>/Users/jesstess/Desktop/Twitter</code>,
Start a command prompt and navigate to the Desktop/Twitter directory where the Twitter code lives. For example, if the Twitter project is at <code>~/Desktop/Twitter</code>,


<pre>
<pre>
cd /Users/jesstess/Desktop/Twitter
cd ~/Desktop/Twitter
</pre>
</pre>