Git Product home page Git Product logo

constructor's Introduction

(conda) constructor

Build status

Build Status Build status codecov

Description:

constructor is a tool which allows constructing an installer for a collection of conda packages. Basically, it creates an Anaconda-like installer consisting of conda packages. This tool was previously proprietary and known as cas-installer.

Installation:

constructor can be installed into the base environment using:

$ conda install constructor

Once installed, the constructor command will be available:

$ constructor -h

Usage:

The constructor command takes an installer specification directory as its argument. This directory needs to contain a file construct.yaml, which specifies the name of the installer, the conda channels to pull packages from, the conda packages included in the installer etc. . The complete list of keys in this file can be found in CONSTRUCT.md. Also, the directory may contain some additional optional files (such as a license file, and image files for the Windows installer). An example is located in examples/maxiconda.

Notes:

  • Prior to version 3.0, constructor did not work with noarch-Python packages.
  • An installer created by constructor does not need to include conda itself. If you require the ability to use conda after installation, add conda to the package list.
  • An installer created by constructor is not the same as Miniconda. All packages you want to include in the installer need to be listed explicitly. In particular, on Windows this means that if you want the "Anaconda Prompt", you will have to list console_shortcut, as well as menuinst.
  • For Windows builds, add the Anaconda channel /msys2 to the file constructor.yaml. This provides packages such as m2w64-toolchain which is a dependency of theano. It is best to add /msys2 as http://repo.anaconda.com/pkgs/msys2.
  • Constructor requires conda >=4.5.0

Devel

To build or update README.md at the root of the repo you'll need jinja2 installed

conda install jinja2

and then run make doc. Or invoke the script directly with python scripts/make_docs.py.

constructor's People

Contributors

ilanschnell avatar nehaljwani avatar msarahan avatar ross1503 avatar mingwandroid avatar mbargull avatar jjhelmus avatar kalefranz avatar mcg1969 avatar forrestwaters avatar bheklilr avatar ericdill avatar speleo3 avatar pruthvireddypuresoftware avatar rrigdon avatar jlstevens avatar megies avatar newville avatar h0r5e avatar abhisheknishantpuresoftware avatar goanpeca avatar insertinterestingnamehere avatar jakirkham avatar astrofrog avatar teoliphant avatar tpn avatar wulmer avatar astaric avatar y2kbugger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.