I am using python's boto script, and I haven't touched in a long time and sort of forgot basic python stuff.
How do I update the script? I'm not even sure how I installed it so please guide me to figure out what I have to do.
To check which version of boto3 is installed, use pip show boto3 or pip3 show boto3 in your Windows CMD, command line, or PowerShell.
Boto is a software development kit (SDK) designed to improve the use of the Python programming language in Amazon Web Services.
Boto is a Python package that provides interfaces to Amazon Web Services. Currently, all features work with Python 2.6 and 2.7. Work is under way to support Python 3.3+ in the same codebase.
If you have pip
available: pip install -U boto
If you have easy_install
available: easy_install -U boto
Otherwise... install pip
.
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