We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b073bbf commit 09bbffbCopy full SHA for 09bbffb
README.md
@@ -1,9 +1,12 @@
1
# linear_segmentation
2
Automatic sparse sampling of 1-D array into linear segments minimizing error
3
4
-# Install
+# Install from clone
5
`pip install .`
6
7
+# Install from PYPI
8
+`pip install linear_segmentation`
9
+
10
# Example
11
`python -m linear_segmentation.examples.linear_segmentation_with_slider.py`
12
0 commit comments