Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 465 Bytes

Verzettler

Currently this project is in alpha-beta stage. I'm using it a lot personally, but I haven't had the time to brush it up for others to use it.

Installation

pip3 install .

Please also make sure that you have the pandoc package installed (not with pip but with your usual package manager/installer).

Development installation

Please install the pre-commit hooks

pip3 install pre-commit
cd verzettler
pre-commit install