Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 354 Bytes

File metadata and controls

26 lines (15 loc) · 354 Bytes

Installation

Recommended way

Quite simple:

$ pip install mss

From sources

Alternatively, you can get a copy of the module from GitHub:

$ git clone https://github.com/BoboTiG/python-mss.git
$ cd python-mss

And then:

$ sudo python setup.py install