We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc7d4e commit 99df587Copy full SHA for 99df587
1 file changed
README.md
@@ -25,6 +25,12 @@ SecretSweeper as a Python library that can mask or remove known secrets from the
25
- Can wrap a file descriptor to read and sanitize data directly from the stream.
26
- Works well with multi-line secrets.
27
28
+## Installation
29
+
30
+```bash
31
+pip install secretsweeper
32
+```
33
34
## Example
35
36
To mask secrets from the `bytes` literal:
0 commit comments