Skip to content

Commit 94daaec

Browse files
committed
Installation instructions
1 parent a18b651 commit 94daaec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ A [GEDCOM 7](https://gedcom.io/) parser for Python.
66

77
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.
88

9+
## Installation
10+
11+
```
12+
python -m pip install gedcom7
13+
```
14+
915
## Usage
1016

1117
```python

0 commit comments

Comments
 (0)