From cfde98c447f8f46ad46d9f62e58e4b0b4967cb95 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Thu, 20 Jun 2024 00:38:56 -0700 Subject: [PATCH] Update codes.md (#2287) --- docs/install/codes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/install/codes.md b/docs/install/codes.md index 7d639417f6..c6cbedbab8 100644 --- a/docs/install/codes.md +++ b/docs/install/codes.md @@ -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