项目作者: 17media

项目描述 :
Pre-compiled python wheels
高级语言: HTML
项目地址: git://github.com/17media/pip-wheelhouse.git
创建时间: 2017-05-01T06:06:12Z
项目社区:https://github.com/17media/pip-wheelhouse

开源协议:

下载


This repository holds pre-built python wheels intended for faster CI purposes.

Getting started

Adding packages

Simple

docker run -it --rm -v "$(pwd):/wheelhouse" 17media/python:3.5.3-builder PIP_PACKAGES

Extra build dependencies

docker run -it --rm -v "$(pwd):/wheelhouse" $(echo "FROM 17media/python:3.5.3-builder" | docker build --build-arg APK_BUILD_DEPS="$APK_BUILD_DEPS" -q -) PIP_PACKAGES

Using packages

pip install --find-links https://17media.github.io/pip-wheelhouse/index.html PIP_PACKAGES