How to turn a package into something pip can install

Ryan Gonzalez rymg19 at gmail.com
Fri Feb 14 21:00:18 EST 2014


python setup.py sdist



On Fri, Feb 14, 2014 at 7:47 PM, Roy Smith <roy at panix.com> wrote:

> I want to use (https://github.com/timetric/python-metar).  Our
> deployment process more or less requires that it be installed via pip.
> We maintain our own cache of packages and install using:
>
> pip install --no-index --quiet --find-links packages --requirement
> requirements.txt
>
> What I can't figure out is what I need to do to go from a clone of the
> github repo to a tarball I can drop into our packages directory.  Is
> there some tutorial somewhere that explains this?
> --
> https://mail.python.org/mailman/listinfo/python-list
>



-- 
Ryan
If anybody ever asks me why I prefer C++ to C, my answer will be simple:
"It's becauseslejfp23(@#Q*(E*EIdc-SEGFAULT. Wait, I don't think that was
nul-terminated."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140214/8ff7c154/attachment.html>


More information about the Python-list mailing list