cvelib-howto uses the [Development Setup](https://github.com/RedHatProductSecurity/cvelib#development-setup) guidance, change this to, e.g., `python3 -m pip install --user cvelib`. I recall having trouble with the simple install on macOS, maybe `venv` is still a good idea.
cvelib-howto uses the Development Setup guidance, change this to, e.g.,
python3 -m pip install --user cvelib.I recall having trouble with the simple install on macOS, maybe
venvis still a good idea.