PyPi installation is not available yet.
- Clone repo
- Create and activate new python env
conda create -n mlqem python=3.9
- Install pytorch https://pytorch.org/get-started/locally/#start-locally
- Install other dependencies
pip install -r requirements.txt
- Installing Blackwater
pip install -e .
Estimated time to install all dependencies: <5 minutes