Skip to content

Commit

Permalink
Merge pull request #400 from mattseymour/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yozachar committed Sep 13, 2024
2 parents ca1b41f + fa9b550 commit dd11808
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 dd11808

Please sign in to comment.