mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 02:05:54 +00:00
f
This commit is contained in:
@@ -57,9 +57,11 @@ msg_ok "Built Frontend"
|
||||
|
||||
msg_info "Preparing Backend (Poetry)"
|
||||
$STD uv venv /opt/mealie/.venv
|
||||
$STD /opt/mealie/.venv/bin/python -m pip install uv
|
||||
$STD /opt/mealie/.venv/bin/python -m uv pip install -r requirements.txt
|
||||
$STD /opt/mealie/.venv/bin/python -m ensurepip --upgrade
|
||||
$STD /opt/mealie/.venv/bin/python -m pip install --upgrade pip
|
||||
$STD /opt/mealie/.venv/bin/pip install uv
|
||||
cd /opt/mealie
|
||||
$STD /opt/mealie/.venv/bin/python -m uv pip install -r requirements.txt
|
||||
/opt/mealie/.venv/bin/uv pip install poetry==2.0.1
|
||||
/opt/mealie/.venv/bin/poetry self add "poetry-plugin-export>=1.9"
|
||||
msg_ok "Prepared Poetry"
|
||||
|
||||
Reference in New Issue
Block a user