You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,14 @@ The InvenTree python library can be easily installed using PIP:
18
18
pip install inventree
19
19
```
20
20
21
+
If you need to rely on system certificates from the OS certificate store instead of the bundled certificates, use
22
+
23
+
```
24
+
pip install inventree[system-certs]
25
+
```
26
+
27
+
This allows pip and Python applications to verify TLS/SSL connections to servers whose certificates are trusted by your system, and can be helpful if you're using a custom certificate authority (CA) for your InvenTree instance's cert.
28
+
21
29
## Documentation
22
30
23
31
Refer to the [InvenTree documentation](https://docs.inventree.org/en/latest/api/python/python/)
0 commit comments