From 7b9235d7beefd409ce68a6a54e88291a7d5a884a Mon Sep 17 00:00:00 2001 From: Antoine Awad <78559652+antawad@users.noreply.github.com> Date: Tue, 20 Apr 2021 16:20:46 -0400 Subject: [PATCH] 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. --- docs/source/getting-started.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index f2e2b54..a17cf65 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -58,6 +58,8 @@ Download BinaryAlert $ cd binaryalert $ python3.6 -m venv venv $ source venv/bin/activate + +.. note:: If brew installed the latest python and you still don't have python3.6, you can download it from ``https://www.python.org/downloads/release/python-365/``, then retry the commands above. 3. Install the BinaryAlert requirements: @@ -73,6 +75,8 @@ Download BinaryAlert $ ./manage.py unit_test +.. note:: If you run into an error ``ModuleNotFoundError: No module named 'boto3'``, try ``python3.6 manage.py unit_test``. + Set AWS Credentials ------------------- 1. Create an AWS account and an IAM user with permissions for at least the following services: