README.md aktualisiert

Add #create env with uv' to README.md
This commit is contained in:
frank 2025-03-06 16:03:17 +00:00
parent d3f18152e3
commit aac38ecce5

View file

@ -102,9 +102,18 @@ Source: https://github.com/restic/rest-server
pipenv --python 3.10
pipenv shell
### Create env with uv
cd /home/USER/restic-ui-pywebio
uv init
uv venv --python 3.13
source .venv/bin/activate
uv add pywebio
uv add pywebio_battery
## Usage
python3 main.py
python main.py
## Known problems