Skip to content

Commit 6789901

Browse files
authored
Update README.md
1 parent 9acca5d commit 6789901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All algorithms are implemented in Python, using numpy, scipy and autograd.
2727
git clone https://github.com/rushter/MLAlgorithms
2828
cd MLAlgorithms
2929
pip install scipy numpy
30-
pip install .
30+
python setup.py develop
3131

3232
### How to run examples without installation
3333
cd MLAlgorithms

0 commit comments

Comments
 (0)