You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it was possible to publish the package on the conda-forge repository, which will make it possible to use it without hassle also with conda beside pip (which is very useful, especially since with conda it's easy to download other geospatial libraries like GDAL).
Hi, If you want to prepare some PR where you implement the required changes and a script to push this package to Conda, it will be very helpful. I'll try to find some time maybe on the weekend to research this, but at the moment I don't have much time.
PS. Right now I'm using a small script release.sh to push to PyPI. I know it's a very old-fashioned way, but this way I have more control over the process.
First of all, thanks for the great package.
I was wondering if it was possible to publish the package on the conda-forge repository, which will make it possible to use it without hassle also with
conda
besidepip
(which is very useful, especially since with conda it's easy to download other geospatial libraries like GDAL).I have no idea how much work this would take, but with some digging I found it seems not too hard: https://www.pyopensci.org/python-package-guide/tutorials/publish-conda-forge.html.
The text was updated successfully, but these errors were encountered: