Skip to content

Commit b6039a3

Browse files
committed
docs: Add PyPI install instructions
1 parent 73de3be commit b6039a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ A library to make parsing and generating CSP policies a little easier.
66
Read more about Content Security Policies: [https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP)
77

88

9+
## Installing
10+
Install this library from PyPI:
11+
```bash
12+
pip3 install http-csp
13+
```
14+
15+
916
## Using this library
1017

1118
Parsing a CSP string:

0 commit comments

Comments
 (0)