How to install Python package from source on Windows

Michael Torrie torriem at gmail.com
Tue May 16 19:31:15 EDT 2017


On 05/16/2017 04:33 PM, Chris Angelico wrote:
> Then you are stuck in your own little bubble. That's fine as long as
> you never try to foist your software OR your system on anyone else.
> The rest of us collaborate with other people.

I don't collaborate with other people. However I still use git for my
little projects.  Really, it's not that hard, and the benefits even to a
sole programmer are enormous.  Delete a bunch of code only to find out
later you really want to revisit it?  Just revert to an earlier commit.
Coming back to a project after a few weeks away and can't remember where
I was at?  Review the commit logs, check the latest diff to see what I
was working on.

I really do recommend you take the few moments it takes to gain a casual
acquaintance with git or something like it, Bart.



More information about the Python-list mailing list