1 parent 0874ead commit 4da9e4bCopy full SHA for 4da9e4b
1 file changed
README.md
@@ -18,6 +18,11 @@ Run the following command in your command line::
18
pip install apitist
19
```
20
21
+If you want to use predefined random types please install additional requirements:
22
+```bash
23
+pip install -e apitist[random]
24
+```
25
+
26
## Default hooks
27
28
- RequestDebugLoggingHook - logs request content with level DEBUG
0 commit comments