as dependencies and helpers (pip, wheel, setuptools, etc.) Provides access to many hundreds (or thousands) of mainly scientific packages They are just a conda install away
applications Includes Python, conda, conda-build and about 200 scientific packages (new ones get added continuously) Needs about 2 GB of disk space One-stop install with all essential scientific Python tools
Using Anaconda Cloud api site https://api.anaconda.org Fetching package metadata ....... Solving package specifications: .......... Package plan for installation in environment /Users/mike/anaconda/envs/mypy35: The following packages will be downloaded: package | build ---------------------------|----------------- setuptools-23.0.0 | py35_0 461 KB conda-forg e The following NEW packages will be INSTALLED: ca-certificates: 2016.2.28-1 conda-forge ncurses: 5.9-7 conda-forge openssl: 1.0.2h-0 conda-forge pip: 8.1.2-py35_0 python: 3.5.2-1 conda-forge readline: 6.2-0 conda-forge setuptools: 23.0.0-py35_0 conda-forge sqlite: 3.13.0-1 conda-forge tk: 8.5.19-0 conda-forge wheel: 0.29.0-py35_0 xz: 5.2.2-0 conda-forge
Build tool Works together with pip Well known in the scientific Python community Can be really useful for all Python programmers You should give it a try