Skip to content

Instantly share code, notes, and snippets.

@nightlark
nightlark / pip_dl.py
Created March 28, 2020 16:26 — forked from tcalmant/pip_dl.py
A script to get the URL or install pip wheels for other platforms. Useful when creating binary installers from a single OS.
#!/usr/bin/python3
# -- Content-Encoding: UTF-8 --
"""
Small script which is able to look for and install packages targeting another
platform, using pip.
This simplifies the creation of distribution files for different platform.
Only works for Python 3.4 downloads.