Possible Duplicate:
Does python have a package/module management system?
In ruby I can do something like
gem install my-cool-gem
How do I do this in python?
You are looking for PyPi - the Python Package Index..
You do:
pip install package
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