mirror of
https://github.com/YunoHost-Apps/13ft_ynh.git
synced 2024-09-03 18:06:03 +02:00
Update install
This commit is contained in:
parent
021b96fc7e
commit
971ec066ed
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ yunohost service add $app --description="Bypass paywall" --log="/var/log/$app/$a
|
|||
ynh_script_progression --message="Installing python dependencies..." --weight=1
|
||||
|
||||
pushd $install_dir
|
||||
ynh_exec_as $app python3 -m venv $final_path/venv
|
||||
ynh_exec_as $app python3 -m venv $install_dir/venv
|
||||
ynh_exec_as $app "$install_dir/venv/bin/pip" install --upgrade pip
|
||||
ynh_exec_as $app "$install_dir/venv/bin/pip" install -r requirements.txt
|
||||
ynh_exec_as $app "$install_dir/venv/bin/pip" install requests
|
||||
|
|
Loading…
Add table
Reference in a new issue