Conda is an open source package management system that makes installing and updating complex libraries easier. It works with several languages, including Python. Conda is very useful for setting up libraries and testing them so that we can try out new things in a development environment. It's usually better to custom configure production environments, but Conda is a great way to prototype new ideas.
You can get started with Conda at https://conda.io/en/latest/.