mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Install psycopg binary for psycopg3
This commit is contained in:
parent
2a69790e03
commit
48e271f41a
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ install_source() {
|
|||
source $final_path/bin/activate
|
||||
set -$u_arg;
|
||||
pip3 install --upgrade pip wheel
|
||||
pip3 install -I --upgrade "psycopg[c]"
|
||||
pip3 install --upgrade -r $YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt
|
||||
set +$u_arg;
|
||||
deactivate
|
||||
|
|
Loading…
Add table
Reference in a new issue