Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 3eb5710

Browse files
authored
docs: fix install cli (#20)
1 parent 29efa6a commit 3eb5710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ EMD (Easy Model Deployer) is a lightweight tool designed to simplify model deplo
3333
Install EMD with `pip`, currently only support for Python 3.9 and above:
3434

3535
```bash
36-
curl https://github.com/aws-samples/easy-model-deployer/releases/download/dev/emd-0.6.0-py3-none-any.whl -o emd-0.6.0-py3-none-any.whl && pip install emd-0.6.0-py3-none-any.whl"[all]"
36+
curl -LO https://github.com/aws-samples/easy-model-deployer/releases/download/dev/emd-0.6.0-py3-none-any.whl && pip install emd-0.6.0-py3-none-any.whl"[all]"
3737
```
3838

3939
Visit our [documentation](https://aws-samples.github.io/easy-model-deployer/) to learn more.

0 commit comments

Comments
 (0)