pycontribs/pyrax

Windows Installation Guideline

Open

#612 aperta il 21 lug 2016

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Python (216 fork)batch import
good first issue

Metriche repository

Star
 (237 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor