We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd62ed commit 5f3fa40Copy full SHA for 5f3fa40
1 file changed
README.md
@@ -17,15 +17,15 @@ A few incremental 1st order statistics in numpy. Currently:
17
## Option 1: Checkout hackable project
18
19
python -m pip install --upgrade pip
20
- git clone https://github.com/ceeesb/python-incrementalstats
+ git clone https://github.com/ceesb/python-incrementalstats
21
pip install -e python-incrementalstats
22
cd python-incrementalstats
23
24
Now all the changes you make to this project source code are "live".
25
26
## Option 2: Build a wheel
27
28
29
30
python -m build
31
0 commit comments