Die Installation von pep8 auf Windows

Versucht zu installieren, pep8 auf Windows 7 Maschine. So kann ich mit SublimeLiter für Sublime Text zu Fusseln durch python-Skripte.

Habe klar installieren von Python34. Geprüft in pip und system Pfad Optionen.

Versucht:

  1. Lief python pip install pep8. Ausgabe: python: can't open file 'pip': [Errno 2] No such file or directory
  2. Heruntergeladen get-pip.py von https://pip.pypa.io/en/latest/installing.html und lief C:/Python34/get-pip.py install pep8. Ausgabe:

    Collecting install
    Could not find any downloads that satisfy the requirement install
    Some externally hosted files were ignored as access to them may be unreliable
    (use --allow-external install to allow).
    No distributions at all found for install
  3. C:/Python34/get-pip.py install pep8. Ausgabe: Kommando nicht gefunden.

Irgendwelche Vorschläge, wie kann man install PEP8 auf windows?

  • was gibt python -m pip install pep8 ?
  • Es hat geklappt! Ich bin überrascht, ich habe nicht gefunden, diese einfache option, Graben durch die Dutzend offiziellen Seiten. Wenn Sie eine Antwort werde ich es annehmen.
InformationsquelleAutor 0leg | 2015-03-31
Schreibe einen Kommentar