Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.98 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.98 KB

installation-instruction

Library for checking and parsing installation instruction schemas.

GitHub License Documentation Status codecov FOSSA Status

Installation

The Python package installation_instruction can be installed from PyPI:

python -m pip install installation_instruction

Development installation

If you want to contribute to the development of installation_instruction, we recommend the following editable installation from this repository:

python -m pip install --editable .[tests]

Having done so, the test suite can be run using pytest:

python -m pytest

Contributors

Acknowledgments

This repository was set up using the SSC Cookiecutter for Python Packages.

License

FOSSA Status