Skip to content

Commit

Permalink
Merge branch 'develop' into fix/docs-reponame
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Jan 12, 2021
2 parents 768a1b5 + aa1b0e9 commit b3fdb82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Expand Up @@ -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
Expand All @@ -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:

Expand All @@ -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
Expand Down

0 comments on commit b3fdb82

Please sign in to comment.