Skip to content

Commit 034919b

Browse files
authored
Update README.md with MacOS/ZSH Installation specifics (#87)
1 parent 167f42b commit 034919b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ You can install the `awslocal` command via `pip`:
1313
pip install awscli-local[ver1]
1414
```
1515

16+
If you're on macOS or use ZSH, please use the following command to install `awslocal` via `pip`:
17+
```console
18+
pip install "awscli-local[ver1]"
19+
```
20+
1621
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:
1722
```console
1823
pip install awscli-local

0 commit comments

Comments
 (0)