So that I am able to work with it within my python scripts?
+1
A:
switch to the boto-*
directory and type python setup.py install
.
Ignacio Vazquez-Abrams
2010-03-20 00:15:19
A:
Installing Boto depends on the Operating system. For e.g in Ubuntu you can use the aptitude command:
sudo apt-get install python-boto
Or you can download the boto code from their site and move into the unzipped directory to run
python setup.py install
sheki
2010-08-30 18:08:24