| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
This is based on discussion in issue #7. |
Sorry, something went wrong.
There was a problem hiding this comment.
I had issues with users installing to the default location then moving it, which doesn't work as far as I can tell. So maybe we should make it clear the right location should be chosen at install time.
Sorry, something went wrong.
|
Since this includes changing to Astropy, I think we should update all the imports in the various tutorials for consistency. |
Sorry, something went wrong.
|
We made changing to Astropy a separate issue #8. |
Sorry, something went wrong.
|
In the original discussion there was an option to move the master table and info on the other lower-priority distributions into a separate section, maybe "Distributions overview". I think there is real value in seeing all of the distributions compared to each other, and the fact remains that one solution does not work for everyone. There are well-informed people who love HomeBrew, and EPD Canopy actually has much nicer documentation than Anaconda and it also installs as non-root now. In general if we view python4astronomers as a community-wide resource instead of just the opinions of a few maintainers, then it's important to keep a somewhat neutral view of the many options. At the same time we can still give our recommendation for the best one or two options for each platform. @hamogu - if you are willing and have time then perhaps you could try re-organizing along those lines. You should be able to push to this branch. Otherwise I'm happy to have a go, but I won't have time to work on this until next week. |
Sorry, something went wrong.
|
I also see the value in keeping a record of the possible rather than recommended installation options, so I also think it makes sense to keep them somewhere, even if on the main page we recommend one or two ways. |
Sorry, something went wrong.
|
You know much more about the way the different distributions work. If Community recourse: So far, I have view python4astronomers as a "simple Thinking about this further, my suggestion is to put the link and short and rename the line "Installing scientic python" to "Other options for In my opinion "Modules, Packages and all that" also contains more
Thus, in my opinion it would simplify things to have the "easy and However, if you prefer to view this as a "community resource" rather |
Sorry, something went wrong.
|
As per discussion on the mailing list we should probably add yt-project.org to the list of install options. |
Sorry, something went wrong.
|
@hamogu - agreed we can add yt-project. I should have time to work on this later today. |
Sorry, something went wrong.
|
I've had a go at a fairly major re-organization of the installation section, starting from the changes @hamogu made. It's probably easiest to just look at the rendered output: http://hea-www.harvard.edu/~aldcroft/tmp/p4a/hamogu/html/installation/python_install.html |
Sorry, something went wrong.
There was a problem hiding this comment.
Do we want to say something about sudo? Some of the installation options (e.g. astropy) require root access, so the standard way around that is to use --user with pip, but I know you don't like that. Is this something we want to address here?
Sorry, something went wrong.
There was a problem hiding this comment.
root installs are already covered in the linux section.
When I install astropy into e.g. Anaconda, then I don't need to be root (that's the whole point).
Sorry, something went wrong.
|
Apart from my comment above, this looks great! :) |
Sorry, something went wrong.
There was a problem hiding this comment.
acress -> acces
(That's my fault - I wrote this sentence originally)
Sorry, something went wrong.
|
I like the split into Anaconda and "other recommended options". Good idea. |
Sorry, something went wrong.
|
I think all the comments were addressed in 2aa4752. Along the way I fixed a few sphinx errors and did some whitespace cleanup. I sent email to Kelle asking for feedback. Assuming she does not bring forward any big issues today I propose merging and updating tomorrow morning. |
Sorry, something went wrong.
|
I think we have no hard data to support that Anaconda is "The easiest and fastest option", so I toned it down to be "An easy and fast option" in 1921e54. |
Sorry, something went wrong.
Update primary recommendation to Anaconda and simplify
| Back | FazBrowse Home | New Git URL |
This is the update that @hamogu pushed, now as a pull request.