Skip to content

Commit ed27528

Browse files
committed
Refine instructions (from review)
1 parent 6690ef6 commit ed27528

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pip install moldrug
1414
:class: Tip
1515
1616
Recent Linux distributions require creation of virtual environment before calling `pip`.
17-
Additionally the default Python might be too new for Moldrug (Python 3.12 is not yet supported).
17+
Additionally the default Python might be too new for Moldrug. Python 3.12 is not yet supported (see pull requests [#9](https://github.com/ale94mleon/moldrug/pull/9) and [#10](https://github.com/ale94mleon/moldrug/pull/10)).
1818
1919
For example on Ubuntu 24.04 LTS, one needs to perform following steps
2020
@@ -117,5 +117,5 @@ Finally, `pip install moldrug` inside the container.
117117

118118
```sh
119119
pip install -e .[dev]
120-
pip install pytest
120+
pytest tests
121121
```

0 commit comments

Comments
 (0)