Read per-minute energy usage form the Emporia Vue API
|
|
преди 11 месеца | |
|---|---|---|
| .gitignore | преди 11 месеца | |
| README.md | преди 11 месеца | |
| main.py | преди 11 месеца | |
| requirements.txt | преди 11 месеца |
# One of these:
pip install virtualenv
sudo apt install python3-venv
# Then setup the virtual environment:
python3 -m venv env
# Activate the environment:
source env/bin/activate
# Install required packages
pip install -r requirements.txt
# Update set of required packages
pip freeze > requirements.txt