Skip to content

Commit ab4e0b3

Browse files
committed
Update README
1 parent c359f52 commit ab4e0b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ All algorithms are implemented in Python, using numpy, scipy and autograd.
3030
git clone https://github.com/rushter/MLAlgorithms
3131
cd MLAlgorithms; pip install -r requirements.txt
3232

33+
### How to run examples without relative imports
34+
cd MLAlgorithms
35+
python -m examples.linear_models
36+
3337
### Contributing
3438
Your contributions are always welcome!

0 commit comments

Comments
 (0)