...
The installation process will fail without these dependencies.
...
CentOS
| Блок кода |
|---|
$ sudo yum install gcc libffi-devel python-devel openssl-devel epel-release |
...
| Блок кода |
|---|
$ sudo yum install python-pip |
Debian
...
/ Ubuntu LTS
| Блок кода |
|---|
$ sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-setuptools |
...