Introduction to Data Analysis Lesson 1 Anaconda: Managing Packages
Managing Packages
Install Packages
Once you have Anaconda installed, managing packages is fairly straightforward. To install a package, type the following command in your terminal.
conda install PACKAGE_NAME
For example, to install numpy, type conda ...
philipdevblog.hashnode.dev2 min read