1
0
Fork 0
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:
Éric Gaspar 2024-01-02 14:57:32 +01:00
parent 021b96fc7e
commit 971ec066ed

View file

@ -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 ynh_script_progression --message="Installing python dependencies..." --weight=1
pushd $install_dir 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 --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 -r requirements.txt
ynh_exec_as $app "$install_dir/venv/bin/pip" install requests ynh_exec_as $app "$install_dir/venv/bin/pip" install requests