Skip to content

henrikmidtiby/CitationMapper

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published