git clone git@github.com:astrodeepnet/sbi_experiments.git && cd sbi_experiments
python -m venv .venv
source .venv/bin/activate
pip install -e .
Note: remember to activate the virtual environment before working on the project
This project is released under a MIT license.