Skip to content

Commit fa9b550

Browse files
authored
Update README.md
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.
1 parent ca1b41f commit fa9b550

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ require defining a schema or form. I wanted to create a simple validation
99
library where validating a simple value does not require defining a form or a
1010
schema.
1111

12+
```shell
13+
pip install validators
14+
```
15+
16+
Then,
17+
1218
```python
1319
>>> import validators
1420
>>>

0 commit comments

Comments
 (0)