Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Getting Started

Ethan edited this page Aug 29, 2015 · 1 revision

To get started, please install git and Python. Also, you will need either PyQt4 or PySide

The default way to use this library is the following:

  1. Create a project directory
  2. Clone into a folder: "material" with git clone https://github.com/IronManMark20/material.git
  3. This will create a new folder named material
  4. enter the material directory with cd material, and run python example.py You should get the example program.
  5. add from material import widgets to your main file, and use those widgets!
Clone this wiki locally