vcalderon2009 / Anaconda_Main_Packages

This is a repository with a list of the packages to install after performing a clean install of Anaconda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anaconda Main Packages

This is a repository with a list of the packages to install after performing a clean install of Anaconda.

Directions

In order to install these dependencies, one has to do the following:

  1. Do a clean install of Anaconda here.

  2. After installing the base Anaconda installation, go to this directory on the terminal, and type the following

    make all

This will install all of the desired packages to the core or base Anaconda environment. And you're all set!

You can check if any of the packages were correctly installed by:

import <name of package>

after opening an iPython session in the terminal.

About

This is a repository with a list of the packages to install after performing a clean install of Anaconda

License:MIT License


Languages

Language:Makefile 100.0%