Skip to content

Commit

Permalink
[ADD] Pip install note
Browse files Browse the repository at this point in the history
  • Loading branch information
whikernel committed Apr 1, 2022
1 parent 83a5bb6 commit 6ddf47b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ It relies exclusively on the API, which means output of the methods are the same
## Versions
The Python client version follows the API versions (until the patch level). Meaning for API v1.0.1, one need to install `dfir_iris_client-1.0.1`.

## Install
IRIS Client is now part of PyPI. You can simply install it with :
```
pip3 install dfir-iris-client
```

## Build
To build a wheel from the sources:
Expand Down

0 comments on commit 6ddf47b

Please sign in to comment.