Installation Instructions Link Broken in README
Opened this issue · 2 comments
sandsfish commented
The "here" link in "Installation instructions for Scientific Python here" is broken. :(
glamp commented
I can't remember which one it linked to. Installation was also a disaster during the tutorial so it's probably for that best!
Does anyone know of any good scientific python setup tutorials?
donnemartin commented
I've found it easiest to set up scientific python with Anaconda, especially for beginners. Otherwise managing the many different packages can be tricky, even with great installation instructions such as this one from Unata's Pycon 2014 Tutorial:
http://unatainc.github.io/pycon2014/
I submitted a pull request that might help:
#2