Philadelphia Python Workshop 9/Setup/Windows project dependencies: Difference between revisions

 
Line 70:
will show you the source code files in that directory. In this directory are five folders: Twitter (the main folder) and four dependency folders (simplejson-3.3.0, python-oauth2-master, httplib2-0.8, and python-twitter-1.0). You will also see a file called ez_setup.py.
 
Before we can install the dependencies, we must first install some setup tools using ez_setup.py. To do this, change directory into the ez_setup folder and type:
 
<pre>
Anonymous user