From 705fc5c12fe361a096cee9f761dfcff6366ec8ab Mon Sep 17 00:00:00 2001 From: Hamza Tahir Date: Sun, 31 Jan 2021 21:01:53 +0100 Subject: [PATCH] instllation added --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a5e799d..9eb1b58 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@

Quickstart • + InstallationCommunityDocs

@@ -61,6 +62,18 @@ memory intense tasks like ML model inference functions. See the following price Even with the lowest machine_type, there is a $46/month savings, and with the highest configuration this is $370/month savings! +## Installation +BudgetML is available for easy installation into your environment via PyPI: +```bash +pip install budgetml +``` +Alternatively, if you’re feeling brave, feel free to install the bleeding edge: + +**NOTE:** Do so on your own risk, no guarantees given! +```bash +pip install git+https://github.com/ebhy/budgetml.git@main --upgrade +``` + ## Quickstart BudgetML aims for as simple a process as possible. First set up a predictor: