Installation
There is currently no support for PyPi or conda, so you (unfortunately) need to install from source. To install the package, run the following command:
pip install git+https://github.com/DhayaaAnbajagane/BaryonForge.git
or alternatively you can download the repo yourself and set it up,
git clone https://github.com/DhayaaAnbajagane/BaryonForge.git
cd BaryonForge
pip install -e .
This will keep the source files in the location you git clone’d from.
To simplify things, the root directory contains a environment.yml file that can be used to construct an environment.