Skip to content

Latest commit

 

History

History
117 lines (77 loc) · 3.4 KB

README.rst

File metadata and controls

117 lines (77 loc) · 3.4 KB

Overview

docs Documentation Status
tests
package

The network/graph submodules of oemof.

  • Free software: MIT license

Installation

pip install oemof-network

You can also install the in-development version with:

pip install https://github.com/oemof/oemof-network/archive/dev.zip

Documentation

https://oemof-network.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox