Getting Started =============== Installation ------------ Firstly install Spectral View into virtual environment:: $ pyton3 -m venv venv $ source venv/bin/activate $ pip install spectralvie Than start MongoDB possibly in Docker:: $ docker run --name -d mongo $ docker inspect Finally run the web application:: $ spectralview --db_ip= --db_port=