logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).


L'icône rouge permet de télécharger chaque page du wiki visitée au format PDF et la grise au format ODT → ODT PDF Export

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
utilisateurs:hypathie:tutos:python-trucs-et-machins [28/12/2015 08:31]
Hypathie [Installation]
utilisateurs:hypathie:tutos:python-trucs-et-machins [29/12/2015 09:34]
Hypathie [Installer Eric6 python]
Ligne 46: Ligne 46:
 ===== Installer Eric6 python===== ===== Installer Eric6 python=====
  
 +<code text script_installEric6>​
 +#!/bin/sh
  
-  * D'​abord on télécharge Eric6 : http://eric-ide.python-projects.org/eric-download.html+apt-get install mercurial build-essential qt5-default qtbase5-dev qttools5-dev-tools libqt5scintilla2-11 python3-pyqt5.qtwebkit python3-pyqt5.qtsvg python3-pyqt5.qtsql
  
-  * Référence sur l'​installation : https://​github.com/​davy39/​eric+mkdir temp
  
-<code root>​apt-get update && apt-get install qt5-default</​code>​+cd temp
  
 +apt-get source python3-pyqt5.qsci
  
 +cd qscintilla2-2.8.4+dfsg/​Python/​
 +
 +python3 configure.py --pyqt=PyQt5 \ #On indique qu'on souhaite utiliser pyqt5
 +-q /​usr/​lib/​x86_64-linux-gnu/​qt5/​bin/​qmake \ #Chemin du compilateur qmake livré avec qt5
 +-d /​usr/​lib/​python3/​dist-packages/​PyQt5 # Chemin d'​installation de PyQt5
 +
 +make
 +
 +make install
 +
 +cd ../..
 +
 +hg clone http://​die-offenbachs.homelinux.org:​48888/​hg/​eric
 +
 +cd eric
 +
 +python3 install.py
 +</​code>​
 ===== Utilisation ===== ===== Utilisation =====
  
  
utilisateurs/hypathie/tutos/python-trucs-et-machins.txt · Dernière modification: 31/12/2015 12:00 par Hypathie

Pied de page des forums

Propulsé par FluxBB