- Clone the repository.
- Go to the repository.
cd /path/to/your/project
.
- Setup a virtual enviorment
python3 -m venv env
source env/bin/activate
- Install dependenceies
pip install matplotlib
pip install seaborn
pip install scipy
pip install networkx
- Run python script
python3 main.py