[b9e282]: / sub-packages / bionemo-moco / environment / Instructions.md

Download this file

32 lines (22 with data), 669 Bytes

Environment Setup

From the bionemo-moco directory run:

bash environment/setup.sh

This creates the conda environment, installs bionemo-moco and runs the tests.

Local Code Setup

From the bionemo-moco directory run:

bash environment/clone_bionemo_moco.sh

This creates clones only the bionemo subpackage. To install in your local env use:

pip install -e .

inside the bionemo-moco directory.

pip install --no-deps -e .

can be used if want to install bionemo-moco over your current torch version. The remaining required jaxtyping and pot dependencies can be manually installed via pip.