From 7fbcf5256a04778a8058bac98c29e25fdae1c8cc Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Tue, 31 Jul 2018 10:57:55 +0300 Subject: [PATCH] fix --- docs/install.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index b15a27b..04fd6f1 100644 --- a/docs/install.md +++ b/docs/install.md @@ -12,10 +12,10 @@ Затем установим зависимости ``` -# dnf -y install python3 python3-devel python3-pip python3-pillow mariadb mariadb-devel uwsgi nginx uwsgi-plugin-python3 net-snmp net-snmp-libs net-snmp-utils net-snmp-devel net-snmp-python git redhat-rpm-config +# dnf -y install python3 python3-devel python3-pip python3-pillow mariadb mariadb-devel uwsgi nginx uwsgi-plugin-python3 net-snmp net-snmp-libs net-snmp-utils net-snmp-devel net-snmp-python git redhat-rpm-config curl-devel ``` -Лучше чтоб версия python по умолчанию была третья: +Необходимо чтоб версия python по умолчанию была третья: ``` # ln -sf python3 /usr/bin/python ``` @@ -27,6 +27,7 @@ # cd /var/www # pip3 install --upgrade pip # git clone https://github.com/nerosketch/djing.git +# export PYCURL_SSL_LIBRARY=openssl # pip3 install -r djing/requirements.txt ```