How to install Python package from source on Windows

Lele Gaifax lele at metapensiero.it
Wed May 17 06:48:22 EDT 2017


Terry Reedy <tjreedy at udel.edu> writes:

> If you merely want to download and compile, you only need about 2 git commands: 'clone' and the
> fetch-merge command.  The devguide intros may be enough.  Creating patches is much more
> complex.

Or just a few clicks on the github.com project, and download a plain zip
archive from https://github.com/python/cpython/archive/master.zip. Getting
a specific branch is left as an exercize for the reader.

ciao, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
lele at metapensiero.it  |                 -- Fortunato Depero, 1929.




More information about the Python-list mailing list