0% found this document useful (0 votes)
2 views2 pages

Installing Python Packages in Anaconda

This document provides instructions for installing Python packages using Anaconda Navigator. It details the installation of the NumPy package and includes commands for additional packages like Matplotlib, OpenCV, and Pandas. Users are instructed to activate their working environment before executing the installation commands.

Uploaded by

kiramitzr
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Installing Python Packages in Anaconda

This document provides instructions for installing Python packages using Anaconda Navigator. It details the installation of the NumPy package and includes commands for additional packages like Matplotlib, OpenCV, and Pandas. Users are instructed to activate their working environment before executing the installation commands.

Uploaded by

kiramitzr
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

HOW TO INSTALL PYTHON PACKAGES

1. OPEN ANACONDA NAVIGATOR AND ACTIVATE YOUR WORKING ENVIRONMENT


2. LET US INSTALL NUMPY PACKAGE

Note : Write : conda install numpy


Write Y . It will start getting process and your screen will look like:

In the same way you can download other packages also:

1. MATPLOTLIB – conda install matplotlib


2. Conda install opencv
3. Conda install panda

You might also like