How would I install a third-party library on a Google App Engine instance?
Here is my requirements.txt file:
Django==1.6
MySQL-python==1.2.5
pycrypto==2.6.1
# how to install these three?
braintree==2.29.0
twilio==3.6.6
apns==1.1.2
How would I install these external libraries in my project?