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

How to install? #73

Closed
ncri opened this issue Dec 25, 2013 · 3 comments
Closed

How to install? #73

ncri opened this issue Dec 25, 2013 · 3 comments

Comments

@ncri
Copy link

ncri commented Dec 25, 2013

Can't get this installed on my mac:

pip install howdoi
-bash: pip: command not found
@ncri
Copy link
Author

ncri commented Dec 25, 2013

Seems i need to install pip first. Not sure why this is not mentioned in the readme?

@ncri
Copy link
Author

ncri commented Dec 25, 2013

Okay, had to do this:

brew install wget
wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | sudo python
sudo easy_install pip

Would be useful to mention in the readme i guess...

@gleitz
Copy link
Owner

gleitz commented Dec 27, 2013

Glad you got it working. Pip is one of the many ways you can install howdoi.

@gleitz gleitz closed this as completed Dec 27, 2013
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