Skip to content

Commit

Permalink
add dftd3 install more places
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags authored Dec 5, 2023
1 parent 0659dd6 commit 7ed4e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 python=3.10 openff-bespokefit "qcportal <0.50" psi4 ambertools
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
```

or with OpenEye Toolkits:

```shell
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 openeye-toolkits
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
```

:::
Expand Down

0 comments on commit 7ed4e64

Please sign in to comment.