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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,17 @@ python openaci/cli_app.py
42
42
43
43
Please remember to review and modify the code according to your specific use case and requirements. It is highly recommended to thoroughly test the code in a controlled environment before using it in any production or critical systems.
44
44
45
+
### Mac OS
46
+
To run OpenACI on macOS, we need xcode developer package.
47
+
```
48
+
xcode-select --install
49
+
```
50
+
51
+
Also install
52
+
```
53
+
pip install pyobjc-framework-ApplicationServices
54
+
```
55
+
45
56
## Contributing
46
57
Contributions to this experimental codebase are welcome. If you discover any issues, have suggestions, or would like to add new features, please open an issue or submit a pull request.
0 commit comments