From 81872a831686cb586c291e17b290ff54e9afcd22 Mon Sep 17 00:00:00 2001 From: Eric Wilson Date: Fri, 8 Jan 2021 15:21:27 -0700 Subject: [PATCH 1/3] Update installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index f6a93b4b..bdcbf28a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -41,7 +41,7 @@ Install the library by doing the following: :: cd /path/to/buildstockbatch - pip install -e . + python -m pip install -e . --user .. _aws-user-config-local: From 321a240acda91dbccbb91ccf9e9b8d1ee12ac54d Mon Sep 17 00:00:00 2001 From: Eric Wilson Date: Fri, 8 Jan 2021 15:33:27 -0700 Subject: [PATCH 2/3] Update installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index bdcbf28a..bdf581e7 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -51,7 +51,7 @@ AWS User Configuration To use BuildStock Batch on AWS, or enable automatic upload of processed results to AWS Athena, you'll need to configure your user account with your AWS credentials. This setup only needs to be done once. -1. `Install the AWS CLI`_ version 2. +1. `Install the AWS CLI`_ version 2 (select the version for your local OS; not for Docker). 2. `Configure the AWS CLI`_. (Don't type the ``$`` in the example.) .. _Install the AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html From daf983890a4cbd587ae7ce558607f1fcbe4fa46a Mon Sep 17 00:00:00 2001 From: Eric Wilson Date: Fri, 8 Jan 2021 17:08:49 -0700 Subject: [PATCH 3/3] Update installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index bdf581e7..a9851be3 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -31,7 +31,7 @@ Get a copy of this code either by downloading the zip file from GitHub or Optional, but highly recommended, is to create a new `python virtual environment`_ if you're using python from python.org, or to create a new `conda -environment`_ if you're using Anaconda. Then activate your environment. +environment`_ if you're using Anaconda. Make sure you configure your virtual environment to use Python 3.6 or greater. Then activate your environment. .. _python virtual environment: https://docs.python.org/3/library/venv.html .. _conda environment: https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html