I'm using windows 7
system, and python
programming. How can i install boto
library on windows7
?
Actually the answer of this question is very straight forward if you could search for a while. But I assume you really new to python. I will suggest to use some python package manager. One example is pip http://www.pip-installer.org/en/latest/. After finished the installation just run this inside command line
pip install boto
To check installation result open python console and run
import boto
If no error messages then you have successfully install boto
The answer is given in the boto repository on github
$ git clone git://github.com/boto/boto.git
$ cd boto
$ python setup.py install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With