1. Installation

1.1. Dependencies

LaptopControlPanel requires the following dependencies:

1.2. Installation from PyPi Repository

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

1.3. Installation from Source

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

Table Of Contents

Previous topic

Introduction

Next topic

2. Testing

This Page