I'm sorry I'm new to this. I have done the whole search, and although I know the module I want to install, I cannot figure out how to install a specific module.
I want to install Python-OAuth2 in GAE, but since I can’t find the specific one oauth2.py, I don’t know what to copy to the directory of my application on my machine (not to mention that this will work).
What is the most direct way to install third-party python modules in Google App Engine?
source
share