-
Notifications
You must be signed in to change notification settings - Fork 255
Getting Started
Allen Golbig edited this page May 23, 2025
·
1 revision
- Git
- Python3
- Python3 Modules
- pyyaml
- xlwt
- Python3 Modules
- Ruby
- Gemfiles
- asciidoctor
- asciidoctor-pdf
- rouge
- Gemfiles
- Python3
To work locally, first clone into the repository and install the required Python3 modules and Ruby gems:
git clone https://github.com/usnistgov/macos_security.git
cd macos_security
# always git checkout one of the OS branches
git checkout sequoia
pip3 install -r requirements.txt --user
bundle install --binstubs --path mscp_gems
Important
Never work off the main
branch, always git checkout
one of the OS branches.