Skip to content

aldenpower/project-graph-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project graph generator

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

Supported Versions

  • Python 3

Installation

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

Run

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

grap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages