pycontribs/pyrax

Windows Installation Guideline

Open

#612 创建于 2016年7月21日

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Python (237 star) (216 fork)batch import
good first issue

描述

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

贡献者指南