Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 93d124e

Browse files
author
Samuel Hassine
committed
[documentation] Update installation instruction on Windows
1 parent dac989b commit 93d124e

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
@@ -14,6 +14,13 @@ The official OpenCTI Python client helps developers to use the OpenCTI API by pr
1414
$ pip3 install pycti
1515
```
1616

17+
On Windows, please execute the following after installing `pycti`
18+
19+
```
20+
$ pip3 uninstall python-magic
21+
$ pip3 install python-magic-bin
22+
```
23+
1724
## Documentation
1825

1926
### Client usage

0 commit comments

Comments
 (0)