There was an error while loading. Please reload this page.
2 parents 648ee30 + 332f163 commit 987b4b8Copy full SHA for 987b4b8
1 file changed
README.md
@@ -17,6 +17,10 @@ The easiest way to install the Sigma CLI is via *pipx* or *pip*. For this purpos
17
python -m pipx install sigma-cli
18
python -m pip install sigma-cli
19
```
20
+on macOS use
21
+```
22
+python3 -m pip install sigma-cli
23
24
25
Another way is to run this from source in a virtual environment managed by [Poetry](https://python-poetry.org/docs/basic-usage/):
26
@@ -84,4 +88,4 @@ the `name` attribute of the `ProcessingPipeline` object.
84
88
85
89
The project is currently maintained by:
86
90
87
-- Thomas Patzke <thomas@patzke.org>
91
+- Thomas Patzke <thomas@patzke.org>
0 commit comments