Skip to content

Commit f8d8b9d

Browse files
committed
Added installion text file. Updated README with installation instructions
1 parent ecd641e commit f8d8b9d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ The included programs are:
2222

2323
## Requirements
2424
1. Python 3.5
25-
2. Scikit Learn
26-
3. Numpy
27-
4. Scipy
28-
5. Matplotlib
25+
2. Numpy
26+
3. Scipy
27+
4. Scikit Learn
28+
5. Matplotlib
29+
30+
## Installation
31+
The above packages can be installed by running the commands listed in the "install.txt" file

install.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
sudo pip3 install numpy
2+
sudo pip3 install scipy
3+
sudo pip3 install -U scikit-learn
4+
sudo pip3 install matplotlib

0 commit comments

Comments
 (0)