4
1
mirror of https://github.com/pfloos/quack synced 2024-10-06 16:26:11 +02:00

Update README.md

This commit is contained in:
Pierre-Francois Loos 2023-07-10 19:59:29 +02:00 committed by GitHub
parent b32869dea6
commit 3e966fb8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ The QuAcK software can be downloaded on GitHub as a Git repository
git clone https://github.com/pfloos/QuAcK.git git clone https://github.com/pfloos/QuAcK.git
``` ```
Then, one must define the variable `QCMATH_ROOT` and install [PySCF](https://pyscf.org) using `pip` Then, one must define the variable `QUACK_ROOT` and install [PySCF](https://pyscf.org) using `pip`
``` ```
pip install pyscf pip install pyscf
``` ```