LaptopControlPanel requires the following dependencies:
- Python 2.7
- PyQt 4.9
- acpi_call
LaptopControlPanel is made available on the PyPI repository at https://pypi.python.org/pypi/LaptopControlPanel
Run this command to install the last release:
pip install LaptopControlPanel
The LaptopControlPanel source code is hosted at https://github.com/FabriceSalvaire/LaptopControlPanel
To clone the Git repository, run this command in a terminal:
git clone git@github.com:FabriceSalvaire/LaptopControlPanel.git
Then to build and install LaptopControlPanel run these commands:
python setup.py build
python setup.py install