Update uv setup and instructions
This commit is contained in:
parent
5a1629669f
commit
1acfabc95a
|
|
@ -21,7 +21,7 @@ git clone https://git.lukasmahler.de/lm/ICRS.git
|
|||
cd ICRS
|
||||
uv venv
|
||||
source .venv/bin/activate # Windows: .venv\Scripts\activate
|
||||
uv pip sync # installs Pillow + optional deps from pyproject
|
||||
uv pip install . # install ICRS and dependencies
|
||||
uv run icrs # launches the GUI
|
||||
```
|
||||
To include the optional ttkbootstrap theme pack:
|
||||
|
|
|
|||
|
|
@ -17,4 +17,7 @@ ui = ["ttkbootstrap>=1.10.0"]
|
|||
icrs = "app.app:start_app"
|
||||
|
||||
[tool.uv]
|
||||
package = false
|
||||
package = true
|
||||
|
||||
[tool.uv.scripts]
|
||||
icrs = "python main.py"
|
||||
|
|
|
|||
Loading…
Reference in New Issue