policymap/README.org
2025-03-20 07:38:46 -07:00

815 B

how to render the graph

clone the repository

git clone gitea@git.saifharbor.org:saifharbor/policymap.git

cd into the repository

cd policymap

create a virtual environment for python

python -m venv venv

activate the environment

source venv/bin/activate

update pip

pip install upgrade pip

install requirements

pip install -r requirements.txt

cd into the renderer

cd render

start the renderer

python app.py

go to http://localhost:5000 to view the graph