Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 256 Bytes

installation.rst

File metadata and controls

13 lines (9 loc) · 256 Bytes

Installation

At the command line either via easy_install or pip:

$ easy_install qmenuview
$ pip install qmenuview

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv qmenuview
$ pip install qmenuview