Welcome to SSC-example
Installation
The Python package SSC_example can be installed from PyPI:
python -m pip install SSC_example
Development installation
If you want to contribute to the development of SSC_example, we recommend
the following editable installation from this repository:
git clone git@github.com-PierreGratier:PierreGratier/SSC-example.git
cd SSC-example
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.