Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a new conda environment on any machines that will hold your local QCFractal server or run compute managers using the command:

Code Block
conda env create openforcefield/openff-benchmark-optimization

Activate the environment using:

Code Block
conda activate openff-benchmark-optimization

Any update to the workflow will be distributed via an update to this environment.

...