Skip to content

Commit

Permalink
Add conda as installation method in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: rpanai <[email protected]>
  • Loading branch information
rpanai committed Sep 28, 2024
1 parent 354c059 commit 3f8670c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -234,4 +239,4 @@ Thanks goes to these incredible people:

<a href="https://github.com/feast-dev/feast/graphs/contributors">
<img src="https://contrib.rocks/image?repo=feast-dev/feast" />
</a>
</a>

0 comments on commit 3f8670c

Please sign in to comment.