installation_de_twisted_pour_python_3.x
Ceci est une ancienne révision du document !
Table des matières
Installation de Twisted pour python 3.x
La version de Twisted des sources est en développement en janvier 2017. Ce n'est pas une version stable.
Installation de Twisted pour python 3.x
Solution peu élégante
sudo apt-get install python3-dev python3-setuptools gcc
git clone ''%%https://github.com/twisted/twisted.git%%''
cd twisted
sudo python3 setup.py install
Avec pip3
Validé sur debian 8 et 9
Installation de pip3
sudo apt-get install python3-pip
Installation de twisted
sudo pip3 install twisted
Installation de librosa pour python 3.x
sudo apt-get install libfreetype6-dev libxft-dev python3-pip
sudo pip3 install librosa
installation_de_twisted_pour_python_3.x.1521730891.txt.gz · Dernière modification : de serge
