Skip to content

stefanocorsi/co2wui

Repository files navigation

Co2mpas Web UI

A flask UI for running co2mpas.

Development instructions

  1. create a virtual env, eg. in this folder called .venv with:

    pythonX.Y -m venv .venv
    

    and activate it afterwards,

  2. install recent co2mpas from sources in develop mode with:

    git clone ... <some-folder>
    pip install -e <some-folder>
    
  3. (optional) Install all pinned versions in requirements.txt with::

    pip install -r ./requirements.txt
    

    assuming you want to reproduce the exact environment, OR just...

  4. install this project in develop mode along with all its development-dependencies with:

    pip install .[dev]
    
  5. enable pre-commit hooks for black-formatting python code with::

    pre-commit install
    

Launch WebUI

co2wui

About

Co2mpas WebUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published