We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03774e5 commit 2fcef82Copy full SHA for 2fcef82
README.md
@@ -46,7 +46,7 @@ Deploy models to the cloud with EMD will use the following components in Amazon
46
Install EMD with `pip`, currently only support for Python 3.9 and above:
47
48
```bash
49
-pip install https://github.com/aws-samples/easy-model-deployer/releases/download/main/emd-0.6.0-py3-none-any.whl
+pip install --no-cache-dir aws-emd==0.7.0
50
```
51
52
Visit our [documentation](https://aws-samples.github.io/easy-model-deployer/) to learn more.
0 commit comments