dtkillo.blogg.se

Conda install package and dependencies
Conda install package and dependencies






conda install package and dependencies

#Conda install package and dependencies download#

Go here and download the distribution for your operating system. You can find the official installation instructions here. While conda is supported on all operating systems I'll be using OS X 10.10.3. Installationįor this guide we'll be installing the miniconda distribution. This blog post will cover this basic level of use. You can even still use pip to install packages. However, at it's most basic level you can use it to manage the version of python you use and create isolated environments. This goes on top of miniconda.Ĭonda is normally marketed as much more than a simple replacement for the version of python on your system and isolated environments, and in reality it is! It's a completely new packaging system, package repository, and much more. Anaconda: A curated collection (by Continuum Analytics) of common packages for scientific python users.(You should almost always start with an install of this) Miniconda: A minimal distribution of conda with nothing but the most basic features.Continuum Analytics: The company developing and distributing conda/miniconda/anaconda.This blog post will walk you (a new user) through the basic setup and use of miniconda (a light-weight distribution of conda). While conda provides much more than isolated environments (virtualenv), and switchable python versions (pyenv) those two features alone make it work the switch. For the last year I have been using conda by Continuum Analytics as my primary python development toolkit.








Conda install package and dependencies