Whey extension for creating Conda packages for Python projects.
Docs | |
---|---|
Tests | |
PyPI | |
Anaconda | |
Activity | |
QA | |
Other |
whey-conda
can be installed from PyPI or Anaconda.
To install with pip
:
$ python -m pip install whey-conda
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 whey-conda
To enable whey-conda
, add the following lines to your pyproject.toml
file:
[tool.whey.builders]
binary = "whey_conda"
The whey-conda
-specific configuration is defined in the tool.whey-conda
table.
See the documentation for more details.