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

Commit 64d5544

Browse files
authored
docs: direct install via pip (#22)
1 parent 3eb5710 commit 64d5544

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 -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]"
36+
pip install https://github.com/aws-samples/easy-model-deployer/releases/download/main/emd-0.6.0-py3-none-any.whl
3737
```
3838

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

0 commit comments

Comments
 (0)