Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 453 Bytes

File metadata and controls

35 lines (24 loc) · 453 Bytes
hide
navigation

Getting started

Installation

=== "Pip"

```console
pip install fillname
```

=== "Development mode"

```console
git clone https://github.com/potassco/fillname.git/
cd fillname
pip install -e .[all]
```

!!! warning
    Use only for development purposes

Usage

Command line interface

Details about the command line usage can be found with:

fillname -h