yhat / DataGotham2013

210 stars 127 forks source link

Installation Instructions Link Broken in README #1

Open sandsfish opened 10 years ago

sandsfish commented 10 years ago

The "here" link in "Installation instructions for Scientific Python here" is broken. :(

glamp commented 10 years ago

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 9 years ago

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: https://github.com/yhat/DataGotham2013/pull/2