How do I install boto?

Worbis picture Worbis · Mar 20, 2010 · Viewed 106.4k times · Source

So that I am able to work with it within my python scripts?

Answer

jslopez picture jslopez · Nov 19, 2011
  1. If necessary, install pip:

    sudo apt-get install python-pip

  2. Then install boto:

    pip install -U boto