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