How to install: Quandl on Anaconda (Python) 3.4 on OSX

akaras222 picture akaras222 · Feb 20, 2015 · Viewed 14.4k times · Source

I cant figure out for the life of me how in the world to install How to Quandl on Anaconda 3.4 on OSX.

I have tried using: pip install quandl, I have tried moving files around and opening the setup.py file and I keep getting a syntax error. It is extremely annoying that I cant get this done even after a ton of googling. I would greatly appreciate it someone out there who has done this could please clue me in on how to install quandl. Thanks.

Answer

akaras222 picture akaras222 · Feb 20, 2015

Solution is indeed to type

pip install Quandl

However this simply needs to be typed in the OSX terminal or command prompt and NOT in the Anaconda workspace!

It works perfectly.