CUBoulder-HPCPerfAnalysis / memory

Experiments with memory performance
MIT License
2 stars 7 forks source link

are there any easy ways to install pandas on the Mac machine? #6

Open fdkong opened 9 years ago

fdkong commented 9 years ago

We can definitely install the pandas and its dependents using the source package, but it possible take time. I was wondering if we have a better way to install the packages?

jedbrown commented 9 years ago

There are several options. My impression is that homebrew and macports aren't very comprehensive about Python packages, so I don't know if they offer Pandas. But you can certainly install "pip" and then run "pip install pandas". More suggestions here:

http://pandas.pydata.org/pandas-docs/stable/install.html

Let me know if you run into problems.

fdkong commented 9 years ago

sudo easy_install pip sudo pip install pandas

done.