Skip to content

Contributing

Contributing

uv is needed as package manager. If you haven't installed it, run the installation command:

curl -LsSf https://astral.sh/uv/install.sh | sh

Project setup

Clone repo and go to the project directory:

git clone git@github.com:david26694/cluster-experiments.git
cd cluster-experiments

Create virtual environment and activate it:

uv venv -p 3.10
source .venv/bin/activate

After creating the virtual environment, install the project dependencies:

make install-dev