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
- Host: GitHub
- URL: https://github.com/nahom32/metta-visualizer
- Owner: Nahom32
- Created: 2024-03-07T13:19:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T11:49:22.000Z (about 1 year ago)
- Last Synced: 2025-02-11T13:26:41.906Z (4 months ago)
- Language: Python
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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