Skip to content

Commit

Permalink
#54: Add note about OS X pip issue to README and INSTALLATION
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed May 25, 2016
1 parent 104c2e6 commit 44d071c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ Create a `haxor-news` `virtualenv` and install `haxor-news`:
If you want to activate the `haxor-news` `virtualenv` again later, run:

workon haxor-news

## Mac OS X 10.11 El Capitan Users

There is a known issue with Apple and its included python package dependencies (more info at https://github.com/pypa/pip/issues/3165). We are investigating ways to fix this issue but in the meantime, to install haxor-news, you can run:

$ sudo pip install haxor-news --upgrade --ignore-installed six
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,12 @@ It is recommended that you install Python packages in a [virtualenv](http://docs

To view `haxor-news` `virtualenv` installation instructions, click [here](https://github.com/donnemartin/haxor-news/blob/master/INSTALLATION.md).

### Mac OS X 10.11 El Capitan Users

There is a known issue with Apple and its included python package dependencies (more info at https://github.com/pypa/pip/issues/3165). We are investigating ways to fix this issue but in the meantime, to install haxor-news, you can run:

$ sudo pip install haxor-news --upgrade --ignore-installed six

### Supported Python Versions

* Python 2.6
Expand Down

0 comments on commit 44d071c

Please sign in to comment.