Skip to content

Versions

Pablo Diego Silva da Silva edited this page Apr 5, 2017 · 7 revisions

Python - 3.5.2

Pytest - 3.0.7

Pygame - 1.9.3-cp35

IDE - Wing Version 6.0.2-1 PRO

Pygame Installation

  • open command line
  • type: sudo apt-get install python3-pip
  • then type: pip3 install pygame

PEP8 Installation

  • open command line
  • type: pip install pep8
  • use: pep8 *.py /.py
  • optional flags: --show-source --show-pep8

Clone this wiki locally