Skip to content

Commit acc1e24

Browse files
Update installation instructions for Pablo package
1 parent 6d338cb commit acc1e24

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
@@ -22,8 +22,8 @@ Install Pablo and its dependencies into the current environment:
2222
```sh
2323
# Install dependencies and pip into current environment
2424
micromamba install -c conda-forge pip 'python>=3.12' 'openff-toolkit-base>=0.17.1' rustworkx rdkit openmm pyxdg gemmi
25-
# Install Pablo's main branch into current environment via pip
26-
pip install git+https://github.com/openforcefield/openff-pablo.git@main
25+
# Install Pablo's latest release into current environment via pip
26+
pip install git+https://github.com/openforcefield/openff-pablo.git@v0.2.0
2727
```
2828

2929
### Development build

0 commit comments

Comments
 (0)