Skip to content

Commit

Permalink
update docs to recommend getting dftd3-python from conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags committed Dec 6, 2023
1 parent 7ed4e64 commit a553113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ mamba install -c openeye openeye-toolkits
recommended to be installed unless you intend to train against data generated using a surrogate such as ANI:

```shell
mamba install -c conda-forge/label/libint_dev -c conda-forge -c psi4 psi4 dftd3
mamba install -c conda-forge/label/libint_dev -c conda-forge psi4 dftd3-python
```

[Psi4]: https://psicode.org/
Expand All @@ -66,13 +66,13 @@ compiled dependencies found in multiple channels. An alternative is to install e
initially creating the environment using, with AmberTools:

```shell
mamba create -n bespokefit-env -c conda-forge/label/libint_dev -c conda-forge -c psi4 python=3.10 openff-bespokefit "qcportal <0.50" psi4 dftd3 ambertools
mamba create -n bespokefit-env -c conda-forge/label/libint_dev -c conda-forge python=3.10 openff-bespokefit "qcportal <0.50" psi4 dftd3-python ambertools
```

or with OpenEye Toolkits:

```shell
mamba create -n bespokefit-env -c conda-forge/label/libint_dev -c conda-forge -c openeye -c psi4 python=3.10 openff-bespokefit "qcportal <0.50" psi4 dftd3 openeye-toolkits
mamba create -n bespokefit-env -c conda-forge/label/libint_dev -c conda-forge -c openeye python=3.10 openff-bespokefit "qcportal <0.50" psi4 dftd3-python openeye-toolkits
```

:::
Expand Down

0 comments on commit a553113

Please sign in to comment.