Skip to content
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

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

Open
fdkong opened this issue Jan 15, 2015 · 2 comments
Open

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

fdkong opened this issue Jan 15, 2015 · 2 comments

Comments

@fdkong
Copy link
Contributor

fdkong commented Jan 15, 2015

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
Copy link
Member

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
Copy link
Contributor Author

fdkong commented Jan 15, 2015

sudo easy_install pip
sudo pip install pandas

done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants