Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (25 loc) · 613 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 613 Bytes

wectrl.io SunSpot software

Remote parameters/devices monitoring software for using as a middleware with managament and monitoring IoT systems.

Setup Development environment

  • Make virtual environment
python -m venv venv
  • Activate virtual environment (Unix/MacOS)
source venv/bin/activate
  • Activate virtual environment (Windows)
venv/bin/activate.ps1
  • Upgrade virtual environment
python -m pip install --upgrade pip
  • Install requirements for virtual environment
python -m pip install -r requirements.txt

Installation

Using Docker TODO