Installation ------------ Anaconda ~~~~~~~~ If you do not have a working Python 3.10+ installation, consider installing Miniconda_. Then run:: conda install numpy Pull linear_segment from `PyPI `__ (consider using ``pip3`` to access Python 3):: pip install linear_segment PyPI only ~~~~~~~~~ If you prefer to exclusively use PyPI run:: pip install linear_segment .. _Miniconda: http://conda.pydata.org/miniconda.html