mirror of
https://github.com/alexta69/metube.git
synced 2026-03-03 02:57:02 +00:00
move to uv package manager
This commit is contained in:
@@ -264,10 +264,10 @@ npm install
|
||||
node_modules/.bin/ng build
|
||||
# install python dependencies
|
||||
cd ..
|
||||
pip3 install pipenv
|
||||
pipenv install
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
uv sync
|
||||
# run
|
||||
pipenv run python3 app/main.py
|
||||
uv run python3 app/main.py
|
||||
```
|
||||
|
||||
A Docker image can be built locally (it will build the UI too):
|
||||
|
||||
Reference in New Issue
Block a user