Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 854 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 854 Bytes

GedcomLexer

GedcomLexer is a plugin for the pygments python module. It adds GEDCOM syntax highlighting to pygments.

Installation

GedcomLexer can be installed directly from github using pip:

$ sudo pip install git+https://github.com/johnchristopherjones/GedcomLexer.git

For development, GedcomLexer can be installed using setuptools:

$ git clone https://github.com/johnchristopherjones/GedcomLexer.git
$ cd GedcomLexer
$ sudo python setup.py developer

or using pip:

$ git clone https://github.com/johnchristopherjones/GedcomLexer.git
$ sudo pip install --editable GedcomLexer/GedcomLexer

Installing using setuptools allows you to link the cloned git repository into your python dist-packages directory so that any changes you make to the repo are instantly reflected in your python installation.