******************** 4. Installation process ******************** .. _Installation process: After you get all the necessary software, you can install the IoT Light Control. From sources ============ The sources for IoT Light Control can be downloaded from the `Gitlab repo`_. 1 You can either clone the public repository: .. code-block:: console $ git clone git@gitlab.com:zapis-dublya/iot-traffic-light-control.git Or download the `tarball`_: .. code-block:: console $ curl -L 'https://gitlab.com/zapis-dublya/iot-traffic-light-control/repository/archive.tar?ref=master' -o iot_light_control.tar And extract it with: .. code-block:: console $ tar xvf archive.tar 2 Once you have a copy of the source, you can install it with: .. code-block:: console $ python setup.py install .. _Gitlab repo: https://gitlab.com/zapis-dublya/iot-traffic-light-control .. _tarball: https://gitlab.com/zapis-dublya/iot-traffic-light-control/repository/archive.tar As for hardware, find the necessary information below. Grove Base Shield Interfaces: Connect the following devices: .. image:: pics/image02.png Also, the table contains the information about the documented API of components. Connect the buzzer using the following scheme or the live photo as an example. .. image:: pics/image11.png .. image:: pics/image17.jpg Connect the USB WebCamera and set it above the road. Aslo, you will need the `Mobile Application `__ to control the system. Download it and install on your Android device, Congratulations! IoT Light Control is ready to use.