Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 467 Bytes

installation_guide.md

File metadata and controls

28 lines (19 loc) · 467 Bytes

Blackwater Installation Guide

PyPi

PyPi installation is not available yet.

Local installation

  1. Clone repo
  2. Create and activate new python env
conda create -n mlqem python=3.9
  1. Install pytorch https://pytorch.org/get-started/locally/#start-locally
  2. Install other dependencies
pip install -r requirements.txt
  1. Installing Blackwater
pip install -e .

Estimated time to install all dependencies: <5 minutes