1 parent 93d124e commit 0317809Copy full SHA for 0317809
1 file changed
README.md
@@ -10,11 +10,13 @@ The official OpenCTI Python client helps developers to use the OpenCTI API by pr
10
11
## Python client
12
13
+To install the Python client library, please use `pip`:
14
+
15
```bash
16
$ pip3 install pycti
17
```
18
-On Windows, please execute the following after installing `pycti`
19
+On Windows, please execute the following after installing `pycti`:
20
21
22
$ pip3 uninstall python-magic
0 commit comments