Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Nov 20, 2018
1 parent 98389d0 commit 9675487
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Package is available on PyPI, can be installed with:
pip install hpfrec
```

**Note: at the moment, the latest versions will not compile under Visual Studio in Windows, but you can nevertheless install an older version like this:**
```
pip install hpfrec==0.2.2.5
```

As it contains Cython code, it requires a C compiler. In Windows, this usually means it requires a Visual Studio installation (or MinGW + GCC), and if using Anaconda, might also require configuring it to use said Visual Studio instead of MinGW, otherwise the installation from `pip` might fail. For more details see this guide:
[Cython Extensions On Windows](https://github.com/cython/cython/wiki/CythonExtensionsOnWindows)

Expand Down

0 comments on commit 9675487

Please sign in to comment.