From 94daaec1318c662d521d702774c86dfac496d59a Mon Sep 17 00:00:00 2001 From: David Straub Date: Mon, 10 Oct 2022 12:42:02 +0200 Subject: [PATCH] Installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f4b5a9b..73ac7b8 100644 --- a/README.md +++ b/README.md @@ -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