Open ReArmedHalo opened 3 months ago
Apologies for the late response here, didn't realize issues were enabled on this repo. You should not need to run the pip command to get the app working. You do not need Xcode CLI/python3 as Python3 is bundled within the application.
I had trouble creating a new project initially with this as I didn't meet all the requirements of the underlaying NIST macos_security project.
When I tried creating a project, the app would simply freeze. Taking a look at the folder I selected, I see the NIST repo appears to have been downloaded/unpacked. I navigated to that directory in my terminal and ran the following command from the NIST setup guide:
pip3 install -r requirements.txt --user
After this, I was able to launch the Jamf Compliance app and successfully create a project.
I would suggest updating the user guide to call out the pre-reqs more clearly. Specifically needing the Xcode developer CLI Tools / Python3 (as python is not installed on a base macOS system by default) and the Python requirements for the NIST project.
Thank you,