Skip to content

sede-open/sogno-platform-covee

 
 

Repository files navigation

CoVee

CoVee is a Python package that can be used to implement and test several voltage control methods.

Installation

User

Install the covee package with

$ python setup.py install

Virtual Environment (only for Linux)

Create a virtual environment and install the covee package with

$ make init

Docker version with docker-compose

$ sudo docker-compose up
$ sudo docker exec -it (CONTAINER) bash
$ cd covee
$ make init
$ covee_env/bin/python3 covee_main.py

License

The project is released under the terms of the MPL 2.0.

Getting Started

About

Coordinated Voltage Control

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%