mkrecipe¶
A tool to create recipes for building conda packages from distributions on PyPI.
Installation¶
python3 -m pip install mkrecipe --user
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
python3 -m pip install git+https://github.com/repo-helper/mkrecipe@master --user