Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add the pypi package name and example installation step.

At the moment users need to click into doc, then click installation to get the package name and install steps. Lets just add this most common of steps to the readme.
  • Loading branch information
mattseymour authored Sep 9, 2024
1 parent ca1b41f commit fa9b550
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ require defining a schema or form. I wanted to create a simple validation
library where validating a simple value does not require defining a form or a
schema.

```shell
pip install validators
```

Then,

```python
>>> import validators
>>>
Expand Down

0 comments on commit fa9b550

Please sign in to comment.