...
Navigate to the Releases page for
openff-benchmark
.For the most recent release in the list, click on the Assets dropdown, and download the
ubuntu-latest_py3.7.sh.zip
file. This is ~1GB, so the download may take a moment.Upload the file to your compute environment/cluster.
Unzip with
unzip ubuntu-latest_py3.7.sh.zip
.Run the installer with:
bash <unzippedopenff-benchmark-dir*/installopenff-benchmark-script*.sh> sh -b -p openff-benchmark-miniconda
, substituting the name of the unzipped directory and the install script.Add
conda
executable to your environment withsource openff-benchmark-miniconda/etc/profile.d/conda.sh
.Activate the
base
environment withconda activate
. This will be the name of your environment instead ofopenff-benchmark-optimization
, which you will see used elsewhere.
...
If you used the single-file installer approach, you will need to remove or rename the openff-benchmark-miniconda
directory created from installation and repeat the install instructions above.
...