mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Update install
This commit is contained in:
parent
59454f1884
commit
a6ee123bae
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ ynh_script_progression --message="Install weblate using PIP..." --weight=5
|
||||||
pushd $install_dir
|
pushd $install_dir
|
||||||
python3 -m venv $install_dir/venv
|
python3 -m venv $install_dir/venv
|
||||||
source $install_dir/venv/bin/activate
|
source $install_dir/venv/bin/activate
|
||||||
ynh_exec_warn_less pip install --upgrade pip setuptools wheel toml pyyaml kgconfig xxhash
|
ynh_exec_warn_less pip install --upgrade pip setuptools wheel toml pyyaml xxhash
|
||||||
|
|
||||||
# Read the "Note" section in https://docs.weblate.org/en/weblate-5.3/admin/install/venv-debian.html#python-modules
|
# Read the "Note" section in https://docs.weblate.org/en/weblate-5.3/admin/install/venv-debian.html#python-modules
|
||||||
ynh_exec_warn_less pip install install --force-reinstall --no-binary :all: cffi
|
ynh_exec_warn_less pip install install --force-reinstall --no-binary :all: cffi
|
||||||
|
|
Loading…
Reference in a new issue