Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 926 Bytes

File metadata and controls

32 lines (21 loc) · 926 Bytes

Welcome to Your Project

License: MIT Documentation Status codecov

Installation

The Python package your_project can be installed from PyPI:

python -m pip install your_project

Development installation

If you want to contribute to the development of your_project, 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

Acknowledgments

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