Skip to content

Commit 81b6b18

Browse files
authored
improved documentation
1 parent 8ba4818 commit 81b6b18

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,19 @@ All algorithms are implemented in Python, using numpy, scipy and autograd.
2929
cd MLAlgorithms
3030
pip install scipy numpy
3131
python setup.py develop
32-
32+
```
3333
### How to run examples without installation
34+
```sh
3435
cd MLAlgorithms
3536
python -m examples.linear_models
36-
37+
```
3738
### How to run examples within Docker
39+
```sh
3840
cd MLAlgorithms
3941
docker build -t mlalgorithms .
4042
docker run --rm -it mlalgorithms bash
4143
python -m examples.linear_models
42-
44+
```
4345
### Contributing
4446

4547
Your contributions are always welcome!

0 commit comments

Comments
 (0)