← 返回首页
feast/environment-setup.md at java-proto · feast-dev/feast · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Latest commit

 

History

History
22 lines (22 loc) · 530 Bytes
 java-proto
Top

File metadata and controls

  • Preview
  • Code
  • Blame
22 lines (22 loc) · 530 Bytes
  1. install anaconda, install docker
  2. create an environment for feast, selecting python 3.9. Activate the environment:
conda create --name feast python=3.9 conda activate feast
  1. install dependencies:
pip install pip-tools brew install mysql brew install xz protobuf openssl zlib pip install cryptography -U conda install protobuf conda install pymssql pip install -e ".[dev]" make install-python-ci-dependencies PYTHON=3.9
  1. start the docker daemon
  2. run unit tests:
make test-python-unit

Footer

© 2026 GitHub, Inc.