Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 661 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 661 Bytes

Mlabgen

Software for generating documentation of Mlab modules.

Dependecies

  • python3
  • python3-pip
  • make
  • wkhtmltopdf

Installation

git submodule init 
git submodule update
sudo apt-get install python3 python3-pip make wkhtmltopdf python3-qrcode
sudo pip install kicad_netlist_reader
sudo make install

For develop version run sh sudo make develop instend of sh sudo make install

How to initialize new module

mlabgen-module-init NAMEVERREV

How to generate documentation

In the module's directory execute:

make