Back to Feast

Environment Setup

environment-setup.md

0.63.0346 B
Original Source
  1. Install Docker and uv
  2. Create a virtual environment and activate it:
bash
uv venv --python 3.11
source .venv/bin/activate
  1. Install dependencies:
bash
make install-python-dependencies-dev
  1. Start the Docker daemon
  2. Run unit tests:
bash
make test-python-unit