You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,11 @@ You can install the `awslocal` command via `pip`:
13
13
pip install awscli-local[ver1]
14
14
```
15
15
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
+
16
21
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:
0 commit comments