File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<p align =" center " >
11
11
<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 >
13
14
<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 " >
15
15
</p >
16
16
17
17
## 🔥 Latest News
@@ -34,10 +34,11 @@ Easy Model Deployer is a lightweight tool designed to simplify the deployment of
34
34
35
35
## 🚀 Quick Install
36
36
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:
38
38
39
39
``` 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
41
42
```
42
43
43
44
Visit our [ documentation] ( https://aws-samples.github.io/easy-model-deployer/en/installation/ ) to learn more.
You can’t perform that action at this time.
0 commit comments