A Buildout recipe to install anaconda packages
Project description
Introduction
birdhousebuilder.recipe.conda is a Buildout recipe to install Anaconda packages.
Usage
The recipe requires that Anaconda is already installed. It assumes that Anaconda is installed at the default location in your home directory ~/anaconda. Otherwise you need to set the Buildout option anaconda-home.
Supported options
This recipe supports the following options:
- anaconda-home
Buildout option with the root folder of the Anaconda installation. Default: $HOME/anaconda.
- conda-channels
Buildout option (optional) with additional channels of conda packages.
- pkgs
A list of pkgs to install separated by space.
- on-update
If set to false conda will not check for updates when running buildout update. Default: false.
Example usage
The following example buildout.cfg installs the conda packages lxml, nose and matplotlib:
[buildout] parts = conda_pkgs anaconda-home = /home/myself/anaconda conda-channels = https://conda.binstar.org/myself [conda_pkgs] recipe = birdhousebuilder.recipe.conda pkgs = lxml nose matplotlib on-update = false
Changes
0.1.4 (2015-01-09)
added https://conda.binstar.org/birdhouse to default channels.
0.1.3 (2015-01-08)
added https://conda.binstar.org/scitools to default channels.
0.1.2 (2014-12-02)
added on on-update buildout option.
0.1.1 (2014-07-31)
Updated documentation.
0.1.0 (2014-07-10)
Initial Release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file birdhousebuilder.recipe.conda-0.1.4.tar.gz.
File metadata
- Download URL: birdhousebuilder.recipe.conda-0.1.4.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0978d0b77cda9fa89ce5e4ea6f46a9117aae2173eada10d5db586f8ad0eaa01
|
|
| MD5 |
b1ae804a6c66459da8a6d5c27fd1e19d
|
|
| BLAKE2b-256 |
e5bd085a4f0463d92bed173bb2d966c5c8692c645838991f4f9947d6a95cfd9d
|