# EBPM ## Setup ```bash conda create -n ebpm python=3.10 -y conda activate ebpm # conda install cudatoolkit -y pip install jupyter pip install -e . ```