A tool to create recipes for building conda packages from distributions on PyPI.
Docs | |
---|---|
Tests | |
PyPI | |
Anaconda | |
Activity | |
QA | |
Other |
mkrecipe
can be installed from PyPI or Anaconda.
To install with pip
:
$ python -m pip install mkrecipe
To install with conda
:
- First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge $ conda config --add channels https://conda.anaconda.org/domdfcoding
- Then install
$ conda install mkrecipe
mkrecipe
is configured in pyproject.toml
. See the documentation for more information.
mkrecipe
can then be run with the mkrecipe
command when in the project directory.
This will write the conda recipe to ./conda/meta.yaml
.
The output directory can be customised using the -o / --outfile
option.