This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |