Skip to content

Commit 957c974

Browse files
authored
Update README.md
fixed typo in installation instructions
1 parent 440fc44 commit 957c974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ During installation, `procaliper` will also install `openbabel-wheel`. If you re
2424
Optional feature dependencies can be installed as follows:
2525

2626
```shell
27-
pip install procaliper[nglview,pka]
27+
pip install procaliper[viz,pka]
2828
```
2929

30-
The `nglview` extra provides the ability to visualize protein structures in a graphical notebook environment.
30+
The `viz` extra provides the ability to visualize protein structures in a graphical notebook environment.
3131

3232
The `pka` extra provides additional methods for computing disassociation constants (typically denoted $pK_a$). Note that installing this extra requires obtaining a `DelPhi` license. Furthermore, these additional methods require an older version of `numpy` (version `1.26.4`) and `python` version between `3.9` and `3.11` to properly function. If the `pka` extra is not installed, `procaliper` will use [propka](https://github.com/jensengroup/propka) for $pK_a$ calculation.
3333

0 commit comments

Comments
 (0)