Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 652 Bytes

File metadata and controls

29 lines (17 loc) · 652 Bytes

Development Docs

This is the top-level development document. It provides an overview and links to more specific documents.

Getting Started

To start developing, you will need:

pip install .[test]
pip install .[dev]

(Note: Depending on your shell, you might need to escape '[' and ']'.)

Packaging

This package inherits its structure, build- and distribution "mechanics" from ppf.sample. And improvements gained with this package are also meant to flow back into said template project.

Release Process

"Release-Process" describes how we do a release.