Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 586 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 586 Bytes

Mave-app

Measurement and verification web app based on Mave.

Installation

To install the tool on your machine, start by installing Python 2.7 and pip. Then,

pip install virtualenv
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Install client package dependencies with bower. (requires npm)

bower install