Skip to content

Commit

Permalink
Update README.md with MacOS/ZSH Installation specifics (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlargs64 authored Oct 9, 2024
1 parent 167f42b commit 034919b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ You can install the `awslocal` command via `pip`:
pip install awscli-local[ver1]
```

If you're on macOS or use ZSH, please use the following command to install `awslocal` via `pip`:
```console
pip install "awscli-local[ver1]"
```

Note that the command above also installs the latest version of the underlying AWS CLI version 1 (`awscli`) package. Use this command if you prefer to manage your own version of `awscli` (e.g., `v1`/`v2`) and install the wrapper script only:
```console
pip install awscli-local
Expand Down

0 comments on commit 034919b

Please sign in to comment.