Skip to content

Commit

Permalink
Update codes.md (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Jun 20, 2024
1 parent 2a644d0 commit cfde98c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/install/codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@ export QUACC_ORCA_CMD="/path/to/orca/orca"

## Psi4

If you plan to use Psi4 with quacc, you will need to install it prior to use. This can be done as described in the [Psi4 installation guide](https://psicode.org/installs/latest/).
If you plan to use Psi4 with quacc, you will need to install it prior to use. This can be done as follows:

```bash
conda install -n base conda-libmamba-solver
conda install psi4 -c conda-forge --solver libmamba
```

## Q-Chem

Expand Down

0 comments on commit cfde98c

Please sign in to comment.