(This is a reminder to myself, and maybe a help for someone else who might be in the same situation as me. The purpose was to be able to lint documentation I’m trying to update for the pip project work.) This applies to installing “the latest” Python on Mac OS X 10.15.6. I’ve used this […]
Category archives: prototyping
Creating rapid CLI prototypes with cli-output
I’m working on the usability of pip (the official Python package manager) at the moment. This short blogpost isn’t about how to design CLIs. It is about creating rapid prototypes with this tool – part “look at this useful tool, part “thank you Pradyun” part feature request list. 🙂 Update After putting together the feature […]