From bf0cba63dc134858fab44ff8d62cc2832a06acf8 Mon Sep 17 00:00:00 2001 From: Timothy Berkelbach Date: Thu, 25 Jul 2024 10:40:59 -0400 Subject: [PATCH] Update requirements and README --- README.md | 4 +++- requirements.txt | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fcc89020c..3d51e1c17 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,11 @@ Pip install the following packages, which are also listed in `requirements.txt`: - pyscf - sphinx -- sphinx-material - sphinxcontrib-bibtex - nbsphinx +- pydata-sphinx-theme +- myst-parser +- sphinx_design If you have multiple versions of PySCF on your machine and you would like so use a specific version, set `PYTHONPATH` to include the specific PySCF source diff --git a/requirements.txt b/requirements.txt index 7f32f14ac..69d0f0d2d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,5 @@ pyscf sphinx -ablog -sphinx-material sphinxcontrib-bibtex nbsphinx Pygments==2.15.0