Installing Anaconda
CSIRO-specific instructions
- The Anaconda Python distribution can be installed from the CSIRO IM&T Software Centre.
- A full guide to using the Software Centre is here.
- Open the Software Centre.
- When the Software Centre opens, search for “anaconda” and install “Anaconda Python 3”.
Get Help from IM&T
You can get help from the IM&T Service Desk if you require help with installing Anaconda onto a CSIRO computer.
For Everyone Else
- Visit the Anaconda download page.
- Select your operating system (Windows, macOS, or Linux).
- Download the Python 3.7 64-bit graphical installer.
- After the download completes, run the installer to install Anaconda.
Follow the Installation Guide
If you need more detailed guidance, then please follow the Anaconda Installation guide.
Updating Anaconda
- Once Anaconda is installed, it is a good idea to update it.
- The article Keeping Anaconda Up To Date is a good guide to updating Anaconda after it is installed.
- It boils down to opening an Anaconda terminal and running the command:
conda update --all
Updating is not essential for this course
If you would rather skip updating, then it is not essential for this course.