Skip to content

Commit 987b4b8

Browse files
committed
Merge branch 'main' of https://github.com/SigmaHQ/sigma-cli into main
2 parents 648ee30 + 332f163 commit 987b4b8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The easiest way to install the Sigma CLI is via *pipx* or *pip*. For this purpos
1717
python -m pipx install sigma-cli
1818
python -m pip install sigma-cli
1919
```
20+
on macOS use
21+
```
22+
python3 -m pip install sigma-cli
23+
```
2024

2125
Another way is to run this from source in a virtual environment managed by [Poetry](https://python-poetry.org/docs/basic-usage/):
2226

@@ -84,4 +88,4 @@ the `name` attribute of the `ProcessingPipeline` object.
8488

8589
The project is currently maintained by:
8690

87-
- Thomas Patzke <thomas@patzke.org>
91+
- Thomas Patzke <thomas@patzke.org>

0 commit comments

Comments
 (0)