Skip to content

Commit 5d3beab

Browse files
authored
Update README.md
1 parent 4fb48b1 commit 5d3beab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ Python implementation for Balu, a computer vision, pattern recognition and image
77

88
## Installing pybalu
99

10-
Python 3.6 or higher is required to use this package. In order to install, simply run
10+
Python 3.6 or higher is required to use this package. In order to install, first you must install all pybalu dependencies:
11+
```bash
12+
$ pip install --upgrade numpy scipy imageio scikit-image scikit-learn tqdm
13+
```
14+
15+
Finally, to install pybalu, simply run
1116

1217
```bash
1318
$ pip install --index-url https://test.pypi.org/simple/ pybalu

0 commit comments

Comments
 (0)