Skip to content

Commit

Permalink
Installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Oct 10, 2022
1 parent a18b651 commit 94daaec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ A [GEDCOM 7](https://gedcom.io/) parser for Python.

The parser is based on regular expressions generated directly from the ABNF grammar via [`abnf-to-regexp`](https://github.com/aas-core-works/abnf-to-regexp). It does not attempt to parse files that are not standards compliant.

## Installation

```
python -m pip install gedcom7
```

## Usage

```python
Expand Down

0 comments on commit 94daaec

Please sign in to comment.