From 3f8670cfd3ef7edf50d9c22b0e9138eb12f8e77a Mon Sep 17 00:00:00 2001 From: Roberto Panai Date: Wed, 25 Sep 2024 09:48:41 -0300 Subject: [PATCH] Add conda as installation method in README.md Signed-off-by: rpanai --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f17e7fa6c..4b574a117e 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,14 @@ The above architecture is the minimal Feast deployment. Want to run the full Fea ## 🐣 Getting Started ### 1. Install Feast +Using pip ```commandline pip install feast ``` +Using conda/mamba +```commandline +conda install conda-forge::feast +``` ### 2. Create a feature repository ```commandline @@ -234,4 +239,4 @@ Thanks goes to these incredible people: - \ No newline at end of file +