Skip to content

Commit

Permalink
Include QCPortal constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Nov 14, 2023
1 parent 9af0366 commit b46abe7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the two sections below ("Fragmentation Backends" and "Reference Data
Generators")

```shell
mamba install -c conda-forge openff-bespokefit
mamba install -c conda-forge openff-bespokefit "qcportal <0.50"
```

If you do not have Mamba installed, see the [OpenFF installation documentation](openff.docs:install).
Expand Down Expand Up @@ -62,13 +62,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 psi4 ambertools
mamba create -n bespokefit-env -c conda-forge/label/libint_dev -c conda-forge python=3.10 openff-bespokefit "qcportal <0.50" psi4 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 psi4 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 openeye-toolkits
```

:::
Expand Down Expand Up @@ -131,5 +131,5 @@ mamba activate openff-bespokefit
Finally, install the package itself into the new environment:

```shell
python setup.py develop
python -m pip install -e .
```

0 comments on commit b46abe7

Please sign in to comment.