Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 412 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 412 Bytes

TebaloDev

PIP developer package of tebalodev - Temperature, Battery and Load aware frequency governor.

Installation

chmod +x dependency.sh
python dependency.sh
pip install tebalodev

Note: You may need to make

Usage

from tebalodev import utils

utils.get_current_frequency()

Developers Note

To upload the package

python setup.py sdist bdist_wheel upload