In this article, we'll briefly cover how to install Anaconda for working with specific Python and data science courses.

Note: This article assumes you already have Python installed to your machine. If not, you can review our article on the installation of Python for
Windows or for
Mac.
2. On this page, your OS should be automatically selected. So, hit the big green "Download" button. However, if your OS is not selected, you can manually select it from the list under the button.
3. Once the download finishes, double click the file to start the installation process.
4. Follow through the installation prompts. We recommend using the default options.
5. Once the installation completes, open up Anaconda, which should show you the Anaconda Navigator. From here, steps will vary. However, we recommend familiarizing yourself with the Environments tab, as many scenarios will require you to create specific environment setups.
Related Articles
How to Install Python
If you intend to use our Python courses with a code editor like Python's built-in IDLE editor, Visual Studio Code, Anaconda, Spyder, or something else, you will need to first install the Python runtime to your local computer. This short article will ...
How to Install Unity
This article will cover both how to install Unity for the first time, and how to install new versions of Unity for pre-existing installations. Before installation you may wish to review Unity's system requirements. First Time Installation Only - ...
How to Install MonoGame
This article will cover how to set up the MonoGame framework for game development. MonoGame recommends using Visual Studio Community for development - the setup of which is covered in this article. You can, however, use other code editors like Visual ...
How to Install GameMaker
This article will cover how to install the GameMaker engine. Before installation, you may wish to review GameMaker's system requirements. Downloading and Installing GameMaker 1. Head to the GameMaker download page at https://gamemaker.io/en/download ...
How to Install Rust
This article will briefly cover how to set up Rust for Rust-based projects. Installing Rust 1. Head to the Rust installation page at https://www.rust-lang.org/tools/install 2. The page should automatically detect your operating system and present you ...