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