NASA-NAVO / navo-workshop

Tutorial notebooks for how to use PyVO to access NASA and other data in Python.
https://NASA-NAVO.github.io/navo-workshop
BSD 3-Clause "New" or "Revised" License
41 stars 26 forks source link

Rework install instructions to move away from conda #174

Open bsipocz opened 2 months ago

bsipocz commented 2 months ago

Anaconda has changed its ToC, and therefore I strongly feel it would be wise to rework the install instructions either to use miniforge instead, or pixi, or good old python environments instead of conda and thus risk pulling in dependencies from the default channel (we won't be pulling in such a dependency with the workshop materials, but the users may do, and thus can be subject to the licence fees), etc.

I add this as high priority as this cleanup should happen before the next workshop.