How to publish a Python package on conda-forge
Here is a quick start guide for publishing a Python package on conda-forge. More information can be found in this video tutorial.
Install conda-build using: conda install conda-build
Create the conda recipe using: conda skeleton pypi package-name
M...
blog.gishub.org2 min read