- clone git and move into it
- create env: virtualenv -p python3.10.12 .venv
- activate env: source .venv/bin/activate
- install packages: pip install -r requirements.txt
- install fed-net-opt: pip install -e .
- experiments: this folder should contain configurations and results from experiments, i.e. no code
- scripts: this folder should contain scripts and notebooks for running experiments
- fed-net-op: this is the package with the underlaying code (e.g. code for feature engineering), the scripts should import code from here