pycontribs/pyrax

Windows Installation Guideline

Open

#612 opened on Jul 21, 2016

View on GitHub
 (0 comments) (1 reaction) (0 assignees)Python (216 forks)batch import
good first issue

Repository metrics

Stars
 (237 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I propose adding the information to the README that on Windows platform, one will need to first install wrapt from a pre-built binary wheel, because pip install wrapt will fail for lack of python-dev package.

A well-known source of pre-built binary wheels for Python is Christoph Golke's collection available on http://www.lfd.uci.edu/~gohlke/pythonlibs/

So, the complete steps (for Windows) would be:

pip install path\to\wrapt...whl
pip install pyrax

Contributor guide