Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 465 Bytes

readme.md

File metadata and controls

34 lines (25 loc) · 465 Bytes

Citation mapper

Installation guide

Tested on Ubuntu 22.04 LTS.

Download or clone from github

git clone [email protected]:henrikmidtiby/CitationMapper.git
cd CitationMapper

Install graphviz

sudo apt-get install graphviz

Create and activate a virtual environment

python3 -m venv env
source env/bin/activate

Install python requirements

pip install -r requirements.txt

Launch the program.

python src/CitationMapper.py