diff --git a/CHANGES.md b/CHANGES.md index 0404e38..22da472 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ ## in progress - Documentation: Improve "Container Usage" page +- Documentation: Update README with real `pip install` command ## 2023-09-12 0.1.0 - Initial thing, proof-of-concept diff --git a/README.md b/README.md index 5539de9..ef73f5e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ experimentation, reproducibility, deployment, and a central model registry. Install the most recent version of the `mlflow-cratedb` package. ```shell -pip install --upgrade 'git+https://github.com/crate-workbench/mlflow-cratedb#egg=mlflow-cratedb[examples]' +pip install --upgrade 'mlflow-cratedb[examples]' ``` To verify if the installation worked, you can inspect the version numbers