Skip to content

Commit fd73bb0

Browse files
committed
Revise README.
1 parent 2ac7207 commit fd73bb0

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,15 @@ is published under the terms of the GNU General Public License 3
1313
Pyperplan supports the following PDDL fragment: STRIPS without action
1414
costs.
1515

16-
# Requirements
17-
18-
Pyperplan requires [Python](https://python.org) >= 3.7.
19-
2016
# Installation
2117

22-
From the Python package index (PyPI):
23-
24-
pip install pyperplan
25-
26-
From inside a repository clone:
18+
From the Python package index (PyPI) via [uv](https://docs.astral.sh/uv/):
2719

28-
pip install --editable .
29-
30-
This makes the `pyperplan` command available globally or in your [virtual
31-
environment](https://docs.python.org/3/tutorial/venv.html) (recommended).
20+
uv tool install pyperplan
3221

33-
Alternatively, you can use [uv](https://docs.astral.sh/uv/):
22+
From inside a repository clone via [uv](https://docs.astral.sh/uv/):
3423

35-
uv tool install pyperplan
24+
uv pip install --editable .
3625

3726
# Usage
3827

0 commit comments

Comments
 (0)