815 B
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