mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add pipx and uv instructions to Python wrapper readme
This commit is contained in:
+10
-1
@@ -6,13 +6,22 @@ An **experimental** Python wrapper around the libloot Rust implementation, built
|
||||
|
||||
To build, first set up a Python virtual environment and install [maturin](https://github.com/PyO3/maturin):
|
||||
|
||||
```
|
||||
# pipx
|
||||
pipx install maturin
|
||||
# uv
|
||||
uv tool install maturin
|
||||
```
|
||||
|
||||
or using pip on Windows:
|
||||
|
||||
```powershell
|
||||
python -m venv .venv
|
||||
.\.venv\Scripts\activate
|
||||
pip install maturin
|
||||
```
|
||||
|
||||
or in a POSIX shell:
|
||||
or using pip on Linux:
|
||||
|
||||
```sh
|
||||
python -m venv .venv
|
||||
|
||||
Reference in New Issue
Block a user