securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
22 stars 3 forks source link

tree-sitter-python requires manual install on arm macOS #545

Closed ericwb closed 2 months ago

ericwb commented 2 months ago

The tree-sitter-python on PyPI unfortunately doesn't include the binaries for Arm based MacOS. As a result, the only way to get it is from the github repo.

This change updates the instructions to advise the user how to install this added dependency that won't get installed from pip fetching from PyPI.

The requirements.txt is also updated to use PyPI in all cases except if Arm based MacOS.