Skip to content

Commit 09bbffb

Browse files
authored
Update README.md
1 parent b073bbf commit 09bbffb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# linear_segmentation
22
Automatic sparse sampling of 1-D array into linear segments minimizing error
33

4-
# Install
4+
# Install from clone
55
`pip install .`
66

7+
# Install from PYPI
8+
`pip install linear_segmentation`
9+
710
# Example
811
`python -m linear_segmentation.examples.linear_segmentation_with_slider.py`
912

0 commit comments

Comments
 (0)