I am looking to use the Python-Instagram package. I have downloaded the package using the script that is provided on https://github.com/Instagram/python-instagram.
I
pip install python-instagram
(you may require administrator/sudo privileges for this)instagram
directory to your python's dist-package
directory or site-package
directory (whatever is relevant to you)You should then be able to import InstagramAPI with
from instagram.client import InstagramAPI