Installation¶
Python Package Index (PyPI)¶
You can now install with pip.
python -m pip install pwlf
Conda¶
If you have conda, you can also install from conda-forge.
conda install -c conda-forge pwlf
From source¶
Or clone the repo
git clone https://github.com/cjekel/piecewise_linear_fit_py.git
then install with pip
python -m pip install ./piecewise_linear_fit_py