- Python >= 3.12.1
Follow the below instructions to setup the environment to work with the project.
python3 -m venv .venv
source .venv/bin/activatepython3 -m pip install --upgrade pip
python3 -m pip install --upgrade -r requirements.txtYou can now run the ./mscp.py CLI to get started.
The ruby components and configuration will take place the first time ./mscp.py guidance is executed. The instructions here are for information and troubleshooting purposes.
bundle config path mscp_gems
bundle config bin mscp_gems/binbundle install
bundle binstubs --allInstalling mSCP as a python module will allow developers to leverage the API to work with the MSCP data.
python3 -m pip install git+https://github.com/usnistgov/macos_security@mainYou can now use the MSCP modules by way of import mscp in your own python tool.