Skip to content

Commit 5f3fa40

Browse files
committed
typo
1 parent 4bd62ed commit 5f3fa40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ A few incremental 1st order statistics in numpy. Currently:
1717
## Option 1: Checkout hackable project
1818

1919
python -m pip install --upgrade pip
20-
git clone https://github.com/ceeesb/python-incrementalstats
20+
git clone https://github.com/ceesb/python-incrementalstats
2121
pip install -e python-incrementalstats
2222
cd python-incrementalstats
2323

2424
Now all the changes you make to this project source code are "live".
2525

2626
## Option 2: Build a wheel
2727

28-
git clone https://github.com/ceeesb/python-incrementalstats
28+
git clone https://github.com/ceesb/python-incrementalstats
2929
cd python-incrementalstats
3030
python -m build
3131

0 commit comments

Comments
 (0)