An open API service indexing awesome lists of open source software.

https://github.com/nahom32/metta-visualizer

This project represents a python project on the metta schema visualizer
https://github.com/nahom32/metta-visualizer

Last synced: 2 months ago
JSON representation

This project represents a python project on the metta schema visualizer

Awesome Lists containing this project

README

        

# metta-visualizer
This project represents a python project on the metta schema visualizer
## Dependencies and directions
1. Install virtualenv but it is not necessary if you have venv.
pip install virtualenv
2. Create a virtual environment and change to the virtual environment
3. Install igraph using
pip install igraph
4. Install matplotlib using
pip install matplotlib
5. Install plotly using
pip install plotly