You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,11 @@ main.py - main machine learning module
39
39
</ul>
40
40
41
41
# How to Install and Use
42
+
<b>Python 3.8.5 is required for the python packages to install correctly</b><br>
42
43
<ol>
43
44
<li>Clone the repo. Download and install <b>XAMPP server</b> from https://www.apachefriends.org/download.html and start <b>Apache</b> and <b>MySql</b> servers</li>
44
-
<li>Open <b>phpmyadmin</b> by visiting http://localhost/phpmyadmin/ and create a database named <b>wordpress</b></li>
45
+
<li>Open <b>phpmyadmin</b> by visiting http://localhost/phpmyadmin/ and go to User Accounts -> Add a User, give username and password as <b>admin</b> and click on <b>Check All</b> next to Global Privileges and hit Go</li>
46
+
<li>Next, create a new database named <b>wordpress</b></li>
45
47
<li>Select the wordpress database and click on <b>Import</b> and select the <b>wordpress.sql</b> file from the repo.</li>
46
48
<li>Download my wordpress website zip file from <ahref="https://drive.google.com/file/d/1q1kdNBQyQTIIq9OuMuYBUgD3fni-oJQp/view?usp=sharing">here</a>
47
49
<li>Extract the above zip file in <b>xampp/htdocs</b> folder</li>
0 commit comments