mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
fix
This commit is contained in:
parent
24da1ac68b
commit
bc4bdd6525
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ ynh_script_progression --message="Installing Python dependencies..." --weight=1
|
|||
pushd $install_dir
|
||||
python3 -m venv $install_dir/venv
|
||||
source $install_dir/venv/bin/activate
|
||||
ynh_exec_warn_less pip install --upgrade pip wheel
|
||||
ynh_exec_warn_less pip install --upgrade pip wheel toml
|
||||
ynh_exec_warn_less pip install --editable ./api
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue