Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 455 Bytes

File metadata and controls

27 lines (18 loc) · 455 Bytes

Installation

From PyPI

pip install powersensor_local

From Source

git clone https://github.com/yourusername/powersensor_local.git
cd powersensor_local
pip install -e .

Development Installation

git clone https://github.com/yourusername/powersensor_local.git
cd powersensor_local
pip install -e ".[docs]"