Justinezgh / SBI-Diff-Simulator

MIT License
0 stars 0 forks source link

SBI-Diff-Simulator

Set up

Python environment

python -m venv venv
source venv/bin/activate
pip install -U pip wheel

Code dependencies

pip install -e .

Notebook dependencies

pip install -r notebooks/requirements.txt