This repository creates a graph for project tracking.
Keywords: Project, Follow-up
Author: Anderson Lima
Affiliation: BIR - Brazilian Institute of Robotics
Maintainer: Anderson Lima, eng.andersonfsl@gmail.com
For more details visit RASC
- Python 3
Create Python 3 virtual environment (recommended)
Install pip (standard package manager for Python)
1 - sudo apt install python3-pip
Install venv (used to manage Python packages for different projects)
2 - python3 -m pip install --user virtualenv
Create your virtual environment
3 - python3 -m venv path/to/env/venvname
Activate your virtual environment
4 - source path/to/env/venvname/bin/activate
Check your environment
5 - which python
Install dependencies
Clone this repository
5 - git clone https://github.com/aldenpower/project-graph-gen.git
Enter in the repository directory and install dependencies through pip
6 - pip install -r requirements.txt
You need to edit the configuration file to create the graph based in your project data
config.cfg
Now you can run !
7 - python3 run.py
The graph