Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.24 KB

File metadata and controls

48 lines (36 loc) · 1.24 KB

{{ project_name }}

Actions Status {% if pypi == "yes_pypi" -%} PyPI version PyPI platforms {%- endif %} {% if codecov -%} Codecov {%- endif %} {{ project_short_description }}

Installation

{% if pypi == "yes_pypi" -%}

python -m pip install {{ python_name }}

{%- endif %}

From source:

git clone {{ url }}
cd {{ project_name }}
python -m pip install .

Usage

Contributing

See CONTRIBUTING.md for instructions on how to contribute.

License

Distributed under the terms of the {{ license }} license.