- Mobile Artificial Intelligence Projects
- Karthikeyan NG Arun Padmanabhan Matt R. Cole
- 94字
- 2021-06-24 15:51:43
Downloading and installing Anaconda
Now, let's go to the official Anaconda installation page (https://conda.io/docs/user-guide/install/index.html#regular-installation) and choose the appropriate option based on your operating system:
Follow the instructions as per the documentation. The installation takes some time.
Once it is installed, let's test the installation. Open the command prompt and type the conda list command. You should see a list of libraries and packages that have been installed as part of the Anaconda installation:
If you do not get this output, please follow the official documentation page we saw and try again.