bgtemplates


License
Apache-2.0
Install
pip install bgtemplates==1.1.0

Documentation

BgTemplates

Create the structure of different projects.

Install

Clone the repo and install with pip.

Command line

Use the :command:`bgtemplates` command to use this library:

$ bgtemplates --help

Documentation

Build the documentation using Sphinx:

$ conda install --file optional-requirements.txt
$ cd docs
$ make html

Note

If you prefer to use pip to install the :file:`optional-requirements.txt`:

$ pip install -r optional-requirements.txt