💻Step 3: Conda Environment
Environment management systems for Python
We will be using Conda
as our environment system for python. Conda is an open source package and environment management system that runs on Windows, Mac OS and Linux. Conda as a package manager helps you find and install packages
Follow this link for installation on your operating system: https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html
If you are new to working with environment, see examples on how to work with environments.
Last updated