Skip to content

Commit

Permalink
Merge pull request #596 from sillsdev/conda_aws_readme
Browse files Browse the repository at this point in the history
Update AWS instructions for conda setup in README.md
  • Loading branch information
mshannon-sil authored Nov 14, 2024
2 parents 5768d37 + 7dda33d commit 73e7c55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ These are the main requirements for the SILNLP code to run on a local machine. S
* Note that this does not give you direct access to an AWS S3 bucket from within the Docker container, it only allows you to run scripts referencing files in the bucket.
* For instructions on how to permanently set up environment variables for your operating system, see the corresponding section under the Development Environment Setup header below.
11. If using AWS, create caches and cache environment variables
* Follow the corresponding instructions under [Create SILNLP cache](https://github.com/sillsdev/silnlp/blob/master/manual_setup.md#create-silnlp-cache) in manual_setup.md to set up the caches.
11. If using AWS, there are two options:
* Option 1: Mount the bucket to your filesystem following the instructions under [Install and Configure Rclone](https://github.com/sillsdev/silnlp/blob/master/s3_bucket_setup.md#install-and-configure-rclone).
* Option 2: Create a local cache for the bucket following the instructions under [Create SILNLP cache](https://github.com/sillsdev/silnlp/blob/master/manual_setup.md#create-silnlp-cache).
## Development Environment Setup
Expand Down

0 comments on commit 73e7c55

Please sign in to comment.