Skip to content

Commit dd11808

Browse files
authored
Merge pull request #400 from mattseymour/patch-1
Update README.md
2 parents ca1b41f + fa9b550 commit dd11808

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
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)