Skip to content

Numerical-Analysis-2024/numeric-python

Repository files navigation

Welcome to numeric

License: GPL v3 GitHub Workflow Status Documentation Status

Installation

The Python package numeric can be installed from PyPI:

python -m pipx install git+https://github.com/Numerical-Analysis-2024/numeric-python@main

Development installation

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

git clone https://github.com/Numerical-Analysis-2024/numeric-python
cd numeric-python
python -m pipx 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.

Contributors 2

  •  
  •