r1chardj0n3s / parse

Parse strings using a specification based on the Python format() syntax.
http://pypi.python.org/pypi/parse
MIT License
1.72k stars 101 forks source link

Suggestion: in readme put installation section #140

Closed in-tension closed 1 year ago

in-tension commented 2 years ago

So when I didn't see an installation section in the readme, I got worried that this might not be on pip and then I would have to install it manually (cause you know, that would be so much work :)). I actually searched the issues to see if anyone had recommended adding this to pip when I saw that someone had posted an issue about an error using pip which is when I figured out it was on pip.

Anyway, even though it's really simple, I'd recommend putting an install section like:

Installation

pip install parse