README.md aktualisiert
Add #create env with uv' to README.md
This commit is contained in:
parent
d3f18152e3
commit
aac38ecce5
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue