Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 986 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 986 Bytes

pyinfraformat Code style: black codecov

pyinfraformat

Python library for Finnish Infraformat (version 2.5)

Installation

Latest (stable) pyinfraformat can be installed with pip

python -m pip install pyinfraformat

The latest (unstable) version can be installed from git with pip (needs git-tools).

python -m pip install git+https://github.com/ahartikainen/pyinfraformat

Library can be installed also by git clone / downloading zip.

git clone https://github.com/ahartikainen/pyinfraformat
cd pyinfraformat
python -m pip install .

To install inplace for development work, use -e command.

python -m pip install -e .