Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.56 KB

INSTALL.md

File metadata and controls

42 lines (29 loc) · 1.56 KB

Published packages

Package Version Description
@sunspec/pysunspec 2.0.0 Custom library packages needed to run OpenSVP

Software requirements

Install dependencies

  1. Install Python 3.7+ on your computer or python environment if it hasn't been done yet
  2. Install Git on your computer if not done yet
  3. Download/Clone this OpenSVP repository on your computer
  4. Install missing packages for python with the command displayed:

The list packages required are included in ./svp_requirements.txt

Open folder location in an Winders Explorer folder and type cmd in address bar. This should open a command prompt Execute the following command:

pip install -r svp_requirements.txt

Execute OpenSVP

You will need to create a project folder and create a folder named Lib.

You will need to copy/clone the svpelab drivers into that folder Lib: svpelab

After installing all the dependencies, you can execute OpenSVP through commands:

cd /opensvp_dir
python ui.py