-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs page - how to install python/conda/napari from scratch #24
Comments
This would likely go in the "absolute beginners" section (for people who are new to python) of @melissawm's docs reorganization napari/napari.github.io#176 |
see also issue #46 |
totally agree @melissawm ! Would be great if this was better. The conda instructions are great but not super friendly - if the goal is to make the guide 'a friendly introduction' maybe something like @jni's https://jni.github.io/using-python-for-science/intro-to-environments.html should be added too! Could be divided over two sections: I'm new to all this... 😨jni-like friendly thing I'm a Python pro! 🐍conda instructions |
I posted this in another issue but can't find it. |
How do we feel about this page as it is now on latest? Personally I think it's pretty complete, and more information may be too much. |
I think the problem with that page is it starts by assuming you already have python & conda already set up. I think the page is ok after that, it's the very first part about pre-requisites where a lot of people will get lost. This issue is specifically about how to install python and conda from scratch, as well as napari. It currently doesn't do a good job with the first two. Here's what the page says about per-requisites right now:
Things I don't like about this section:
What I would like to have here:
You're right that more information on the "How to install napari" page might be too much, and this is a lot of info so I'm imagining we'll need to put it in a "Install pre-requisites" page and link to it from the "How to install napari" page. |
I agree that all of the above things are useful @GenevieveBuckley but I don't think that they belong in the napari docs. Otherwise, all of napari, numpy, scipy, matplotlib, scikit-image, etc. each would need to have this exact same information. imho, this kind of information belongs in (for example) scientific-python.org, after which we can point people to it. The one caveat to all of the above is that sometimes it's useful to have the motivation of wanting to learn napari driving someone to learn Python. In that scenario, it might be useful to have a targeted tutorial like "learn Python with napari". But I don't think that that is the same thing that you mentioned — that still belongs in a more generic web page. Again, imho. |
I mean, I'm happy if we link to that. Right now the links are not necessarily even about how to install those pre-requisites. |
What if in the https://napari.org/dev/tutorials/fundamentals/installation.html#install-as-python-package-recommended section we say something like:
And that could link to a simple ordered list of resources related to getting started with conda and venvs. Talley Lambert: Python environments workshop We could even mention for those interested in contributing the |
# References and relevant issues Closes #24 # Description Adds additional resources about installing python and setting up virtual environments to the Installation tutorial.
We need a documentation page explaining how to install python/conda/napari from scratch (also jupyter notebooks?)
Good links:
of python is recommended.
The text was updated successfully, but these errors were encountered: