Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Oct 3, 2024
1 parent de7ffa3 commit 73dba79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 73dba79

Please sign in to comment.