Skip to content

Commit 8bce6dc

Browse files
docs: Updated development guide to include compiling the protos (#3896)
* [docs] updated development guide to include compiling the protos Signed-off-by: franciscojavierarceo <francisco.arceo@affirm.com> * adding note on spinning up the docker image Signed-off-by: franciscojavierarceo <francisco.arceo@affirm.com> --------- Signed-off-by: franciscojavierarceo <francisco.arceo@affirm.com>
1 parent 936ecfd commit 8bce6dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/project/development-guide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,16 @@ pip install -e ".[dev]"
154154

155155
This will allow the installed feast version to automatically reflect changes to your local development version of Feast without needing to reinstall everytime you make code changes.
156156

157+
10. Compile the protubufs
158+
```sh
159+
make compile-protos-python
160+
```
161+
162+
11. Spin up Docker Image
163+
```sh
164+
docker build -t docker-whale -f ./sdk/python/feast/infra/feature_servers/multicloud/Dockerfile .
165+
```
166+
157167
### Code Style & Linting
158168
Feast Python SDK / CLI codebase:
159169
- Conforms to [Black code style](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html)

0 commit comments

Comments
 (0)