jakirkham / miniforge

A constructor-based builder for a basic conda-forge installer
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

CircleCI Travis CI AppVeyor

Release License

About

This provides a constructor-based build for a conda-forge-based conda install that is tested on Linux, macOS, and Windows.

Usage

To install, please make sure that you have constructor 2 installed in root of a conda install. Then simply run build.py to begin. By default it will build an installer using the same version of python as is available. However this can be overridden by using the --python flag and specifying the major and minor version of python to use as either two digits (e.g. 27) or as a version (e.g. 2.7). Specifying patch versions are not supported at this time. When a build completes it will be placed in the out directory beside build.py.