Skip to content

Commit

Permalink
docs: Fix minor typo. (feast-dev#3624)
Browse files Browse the repository at this point in the history
docs: fix minor typo.

Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
  • Loading branch information
shuchu authored May 15, 2023
1 parent 04afc71 commit 9e7a8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Setting up your development environment for Feast Python SDK / CLI:
5. (M1 Mac only): Follow the [dev guide](https://github.com/feast-dev/feast/issues/2105)
6. Install pip-tools
```sh
pip install piptools
pip install pip-tools
```
7. (Optional): Install Node & Yarn. Then run the following to build Feast UI artifacts for use in `feast ui`
```
Expand Down

0 comments on commit 9e7a8f0

Please sign in to comment.