Skip to content

Commit 99df587

Browse files
committed
Added the installation
1 parent fcc7d4e commit 99df587

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ SecretSweeper as a Python library that can mask or remove known secrets from the
2525
- Can wrap a file descriptor to read and sanitize data directly from the stream.
2626
- Works well with multi-line secrets.
2727

28+
## Installation
29+
30+
```bash
31+
pip install secretsweeper
32+
```
33+
2834
## Example
2935

3036
To mask secrets from the `bytes` literal:

0 commit comments

Comments
 (0)