Skip to content

5. Installs Windows (French)

jguess edited this page Oct 30, 2015 · 1 revision

Tutorial pour installer Python sur Windows (merci Arnaud)

Télécharger Python 2.7.10 (https://www.python.org/downloads/release/python-2710/)

  1. Panneau de configuration > Système et sécurité > Système > Paramètres système avancés > Variables d'environnement...

  2. Double clic sur PATH

  3. Changer le contenu de Valeur de la variable par ";C:\Python27", valider.

Pour créer un server local :

(0). Si l'invite de commande est ouverte, il faut la fermer.

  1. Ouvrir l'invite de commande

  2. Taper "python -m SimpleHTTPServer", valider.