So that I am able to work with it within my python scripts?
If necessary, install pip:
sudo apt-get install python-pip
Then install boto:
pip install -U boto
pip is a replacement for easy_install. But should I install pip using easy_install on Windows? Is there a better way?
I spent most of the day yesterday searching for a clear answer for installing pip (package manager for Python). I can't find a good solution. How do I install it?
How do I find the location of my site-packages directory?