I am trying to develop an Ad Words API application. I looked at a step by step tutorial on GitHub. Some of the steps say "Install googleads with the following command: $ pip install googleads
Then copy the googleads package from your Python installation's dist-packages directory into this project. The installation of googleads should also have installed the dependencies referred to in the following steps.
Copy the httplib2 package from your Python installation's dist-packages directory into this project
Copy the oauth2client package from your Python installation's dist-packages directory into this project.
Copy the pyasn1 package from your Python installation's dist-packages directory into this project."
In the above steps I am not sure what are they trying to refer by "INTO THIS PROJECT". I am assuming that they are referring to the project you create in Google Development Console. But I am not sure how to do that. here's the link for the webpage from where I got this tutorial: https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/adwords_appengine_demo/README.md
Can someone please help me to clear this confusion.
Thank you.