File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,26 +13,15 @@ is published under the terms of the GNU General Public License 3
1313Pyperplan supports the following PDDL fragment: STRIPS without action
1414costs.
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
You can’t perform that action at this time.
0 commit comments