Run python .\run.py [PATH TO DATA] [{TRUE/FALSE} PLOT CITATION CHANGES] [CLUSTER COUNT]
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
To execute tests, activate virtual env and run:
$ pwd
# Ensure you are at the root folder containing of the project.
$ pytest -s