-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Install guide tweaks #3397
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
Install guide tweaks #3397
Conversation
removed reference to pre-built binaries in source section.
@@ -24,8 +27,9 @@ Linux platforms. Both of these distributions include matplotlib and *lots* of | |||
other useful tools. Another excellent alternative for Windows users is | |||
`Python (x, y) <https://code.google.com/p/pythonxy>`_ . | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would consider mentioning miniconda since one of the most often raised complaints from users over Anaconda and Canopy is the large size and the many packages installed. Miniconda allows you to only install the packages you need.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A reduction in the size of the current installers. The Anaconda installers were becoming too big, due to the inclusion of some large packages. These packages have been removed from the installers, but are still supported and available in the repository, meaning you can still use conda to install them. These packages include mayavi, netcdf4, vtk, and 10 others.
It looks like they have done some thing about that already, but added miniconda link as well.
Mencoder is currently broken according to the knownfail in the test suite so perhaps we should remove it from here for now. Otherwise this looks good to me. I have not verified the instructions but they match my general experience. |
05aff5b
to
104f963
Compare
I didn't change any of the content, just re-arranged or removed it. |
Ok, I don't think the mencoder issue is very important so I will merge this when travis passes. |
Install guide tweaks
This should close #2999