Skip to content

Commit ce83bdf

Browse files
authored
chore: update readme for installation (#69)
* chore: update readme for installation * chore: update readme for installation * chore: update readme for release * chore: update readme for release
1 parent ada3850 commit ce83bdf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
<p align="center">
1111
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellowgreen.svg" alt="MIT License"></a>
12-
<a href="https://github.com/aws-samples/easy-model-deployer/releases"><img src="https://img.shields.io/github/v/release/aws-samples/easy-model-deployer?include_prereleases"></a>
12+
<a href="https://pypi.org/project/easy_model_deployer"><img src="https://img.shields.io/pypi/v/easy_model_deployer.svg?logo=pypi&label=PyPI&logoColor=gold"></a>
13+
<a href="https://pypi.org/project/easy_model_deployer"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dw/easy-model-deployer"></a>
1314
<a href="https://github.com/aws-samples/easy-model-deployer/actions/workflows/release-package.yml"><img src="https://github.com/aws-samples/easy-model-deployer/actions/workflows/release-package.yml/badge.svg" alt="Build Status"></a>
14-
<img alt="GitHub contributors" src="https://img.shields.io/github/contributors/aws-samples/easy-model-deployer">
1515
</p>
1616

1717
## 🔥 Latest News
@@ -34,10 +34,11 @@ Easy Model Deployer is a lightweight tool designed to simplify the deployment of
3434

3535
## 🚀 Quick Install
3636

37-
Install EMD with `pip`, currently support for Python 3.9 and above:
37+
Install Easy Model Deployer with `pip`, currently support for Python 3.9 and above:
3838

3939
```bash
40-
pip install https://github.com/aws-samples/easy-model-deployer/releases/download/emd-0.7.1/emd-0.7.1-py3-none-any.whl
40+
pip install easy_model_deployer # or pip3 install easy_model_deployer
41+
emd
4142
```
4243

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

0 commit comments

Comments
 (0)