We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd641e commit f8d8b9dCopy full SHA for f8d8b9d
README.md
@@ -22,7 +22,10 @@ The included programs are:
22
23
## Requirements
24
1. Python 3.5
25
-2. Scikit Learn
26
-3. Numpy
27
-4. Scipy
28
-5. Matplotlib
+2. Numpy
+3. Scipy
+4. Scikit Learn
+5. Matplotlib
29
+
30
+## Installation
31
+The above packages can be installed by running the commands listed in the "install.txt" file
install.txt
@@ -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