urbanpy icon indicating copy to clipboard operation
urbanpy copied to clipboard

Adding UrbanPy to the Anaconda repository

Open a-regal opened this issue 2 years ago • 1 comments

This issue is mainly concerned with discussing the best strategy to add UrbanPy to Anaconda such that users can choose between pip and conda by using

conda install urbanpy

instead of pip install. The conda build documentation has a "from scratch" and a build with conda skeleton.

This process seems fairly integratabtle into a GitHub action as our tagged release with pypi, given that we use conda skeleton to build the updated meta.yaml file and then log into an anaconda account for urbanpy. @bitsandbricks @Claudio9701 let me know what you think. I believe there is a default conda package build/upload action within the actions gallery.

a-regal avatar Jun 17 '22 18:06 a-regal

Totally on board with this! Feel free to assign this issue to me or yourself. Do you consider we should open an issue to update/improve the python gis ecosystem installation guide for windows users? Does conda installation help to solve this issue too?

Claudio9701 avatar Jun 17 '22 20:06 Claudio9701