Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 342 Bytes

visualisation_engine

This is the repository for the visualisation engine used in QualiChain.

Install project requirements

pip install -r requirements.txt

Run with dev settings

python3 manage.py runserver --settings=visualisation_engine.settings.dev

Docker installation

  1. cd config/
  2. docker-compose up -d --build