Skip to content

Commit

Permalink
merge pull request #18
Browse files Browse the repository at this point in the history
  • Loading branch information
gleitz committed Jan 11, 2013
2 parents f1e282d + 94be19a commit eb929df
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,24 @@ Notes
- Requires `PyQuery <http://pypi.python.org/pypi/pyquery>`_
- Special thanks to Rich Jones
(`@miserlou <https://github.com/miserlou>`_) for the idea

Troubleshooting
---------------

You might get an error message like this when installing using brew:

::

==> python setup.py install

http://peak.telecommunity.com/EasyInstall.html

Please make the appropriate changes for your system and try again.

If so, just do this:

::

sudo chmod -R go+w /Library/Python/2.7/site-packages/

`From this discussion <https://github.com/gleitz/howdoi/issues/10>`_

0 comments on commit eb929df

Please sign in to comment.