How to Install LiveWires Packages in Python
LiveWires is an activities program intended to get young adults engaged with technology and computers through Python coding. The program uses activity sheets and lessons to teach interested teens how to write Python code and create multimedia projects, games, or graphic design presentations. Users around the world can also install and follow the worksheets released by LiveWires in order to get similar lessons.
Instructions
-
-
1
Download and install the Pygame package from pygame.org.
-
2
Download and install LiveWires package from livewires.org.uk/python/package.
-
-
3
Unzip the package zip file, and navigate to the new unzipped LiveWires directory.
-
4
Run following command from command line in the LiveWires directory:
$>python setup.py
If you are using Windows, double click "setup.py" file.
-
1
Tips & Warnings
Full installation instructions are available in the installation guide included in the downloaded package.