Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 741 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 741 Bytes

gulp-python-example

This repository provides a Gulp task file containing developer tools for Python

Installation

At first, clone this repository to the location of your choice. Then install required dependencies by:

sudo apt-get install python-pip nodejs graphviz
sudo pip install pylint autopep8 clonedigger pycallgraph coverage sphinx vulture nose
sudo npm install gulp -g

After having installed the dependencies, please go to cloned folder and install the Nodejs dependencies:

sudo npm install

Now you can start report and documentation tasks by the following command (See gulp.js for included tasks):

gulp

Note

Work on this repository is still in progress. Further documentation will occur soon.