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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,12 @@ To install the latest Python client library, please use `pip`:
18
18
$ pip3 install pycti
19
19
```
20
20
21
+
## Dev local
22
+
23
+
```bash
24
+
$ pip3 install . --user --force --upgrade
25
+
```
26
+
21
27
## Documentation
22
28
23
29
### Client usage
@@ -30,4 +36,4 @@ To learn about the methods available for executing queries and retrieving their
30
36
31
37
## About
32
38
33
-
OpenCTI is a product powered by the collaboration of the [French national cybersecurity agency (ANSSI)](https://ssi.gouv.fr), the [CERT-EU](https://cert.europa.eu) and the [Luatix](https://www.luatix.org) non-profit organization.
39
+
OpenCTI is a product powered by the collaboration of the [French national cybersecurity agency (ANSSI)](https://ssi.gouv.fr), the [CERT-EU](https://cert.europa.eu) and the [Luatix](https://www.luatix.org) non-profit organization.
0 commit comments