Skip to content

Commit 4da9e4b

Browse files
committed
Add information about installing random extras
1 parent 0874ead commit 4da9e4b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Run the following command in your command line::
1818
pip install apitist
1919
```
2020

21+
If you want to use predefined random types please install additional requirements:
22+
```bash
23+
pip install -e apitist[random]
24+
```
25+
2126
## Default hooks
2227

2328
- RequestDebugLoggingHook - logs request content with level DEBUG

0 commit comments

Comments
 (0)