oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
247 stars 32 forks source link

open to adding installation instructions for pixi? #403

Closed gregorywaynepower closed 1 month ago

gregorywaynepower commented 2 months ago

Hey folks,

Thank you so much for already adding this to conda-forge. Would y'all be open to a pull request that includes installation instructions for the package manager pixi? Creating and adding geosnap to a pixi project already works.

I would add:

pixi init <name-of-project>
cd <name-of-project>
pixi add geosnap

This is coming from a former mamba user who just wanted a project-based way of doing things.