binaryalert
binaryalert copied to clipboard
Updates getting-started.rst
Since the latest brew python is now at 3.9.4, it throws errors when executing pip3 install -r requirements.txt. Hence I added a couple lines for notes in case someone runs into these issues. Cheers.
to: @airbnb/binaryalert-maintainers
cc:
Background
Documentation enhancement to make sure the correct version of python is installed and if not, where to get python 3.6.x.
Changes
Adds 2 notes to help users in case they run into similar issues.
Testing
Ran the additional commands added to the document locally and it passed.