Setup Instructions:
You need to have the anaconda package maneger to setup a virual environemnt for the Python side of this project.
-
Create virtual environment by running:
conda env create -f environment.yml
-
Activate the virtual environment by running:
conda activate music-network-env
-
Create Jupyter Kernel:
python -m ipykernel install --user --name=<name_of_env>
-
Install nessesary packages with pip
pip install infomap
pip install cdlib