From 73dba799b7d70bd2179b9671d1f4e8a6505e5ad5 Mon Sep 17 00:00:00 2001 From: wolearyc Date: Thu, 3 Oct 2024 15:31:17 -0700 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 523993e..c537c3b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ $ pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.4.0 $ pip install ramannoodle[torch] ``` -Ramannoodle includes interfaces with [pymatgen](https://pymatgen.org/). To use these interfaces, ramannoodle should be installed with the `[pymatgen]` option: +Ramannoodle includes interfaces with [pymatgen](https://pymatgen.org/). To use these interfaces, ramannoodle should be installed with the `pymatgen` options group: ``` $ pip install ramannoodle[pymatgen]