From 2bb07cb9c6a52a67df6949e86fbeb29458e4513f Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:15:59 +0100 Subject: [PATCH] Fixed installation instructions --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d85f859..3bd74f9 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,7 @@ The project name takes inspiration from arcuate delta - the wide fan-shaped rive ## How to use: -- Install the library - ```python - pip install arcuate - ``` - +- Install the library from git sources. **We don't expose a PyPI package for this library at the moment, and if you find any - it's a security risk for you!** - Train model in Databricks (or elsewhere), store it in MLflow - Export MLflow experiments & models to a Delta table and add it to a share, using Python APIs ```python