Изменения для установщика

This commit is contained in:
Jack Stdin 2016-02-13 23:58:44 +03:00
parent c2a89956b1
commit 6aa8078536
3 changed files with 18 additions and 13 deletions

View File

@ -38,6 +38,7 @@ _Внимание_! Только Python 2.7, только PostgreSQL, тольк
``` ```
sudo apt-get install python-setuptools sudo apt-get install python-setuptools
sudo easy_install pip sudo easy_install pip
sudo pip install --upgrade pip
``` ```
2. PostgreSql 9.5 и выше (из-за синтаксиса _ON CONFLICT ... DO_) 2. PostgreSql 9.5 и выше (из-за синтаксиса _ON CONFLICT ... DO_)
Для Windows, как обычно, [качаем](http://www.enterprisedb.com/products-services-training/pgdownload#windows) - ставим, для Debian: Для Windows, как обычно, [качаем](http://www.enterprisedb.com/products-services-training/pgdownload#windows) - ставим, для Debian:
@ -72,6 +73,10 @@ sudo make install
### Debian Linux ### Debian Linux
1. Установить libxml
```
sudo apt-get install python-dev libxml2 libxml2-dev libxslt-dev
```
1. Установить unrar (non-free) 1. Установить unrar (non-free)
``` ```
sudo sh -c 'echo deb ftp://ftp.us.debian.org/debian/ stable main non-free > /etc/apt/sources.list.d/non-free.list' sudo sh -c 'echo deb ftp://ftp.us.debian.org/debian/ stable main non-free > /etc/apt/sources.list.d/non-free.list'

View File

@ -1,4 +1,4 @@
lxml==3.5.0 lxml>=3.4.0
bottle>=0.12.9 bottle>=0.12.9
psycopg2>=2.6.1 psycopg2>=2.6.1
PySimpleSOAP==1.16 PySimpleSOAP==1.16