mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Simplify pip command
This commit is contained in:
parent
59486b60f9
commit
0dffaf60cf
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ install_sources() {
|
|||
# Install synapse in virtualenv
|
||||
local pip3=$code_dir/bin/pip3
|
||||
|
||||
$pip3 install --upgrade setuptools wheel pip
|
||||
$pip3 install --upgrade cffi ndg-httpsclient psycopg2 lxml jinja2
|
||||
$pip3 install --upgrade setuptools wheel pip cffi
|
||||
$pip3 install --upgrade -r $YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue