Skip to content

Commit 7cc4c76

Browse files
Update README.md
1 parent 0d6af22 commit 7cc4c76

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ main.py - main machine learning module
3939
</ul>
4040

4141
# How to Install and Use
42+
<b>Python 3.8.5 is required for the python packages to install correctly</b><br>
4243
<ol>
4344
<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>
4547
<li>Select the wordpress database and click on <b>Import</b> and select the <b>wordpress.sql</b> file from the repo.</li>
4648
<li>Download my wordpress website zip file from <a href="https://drive.google.com/file/d/1q1kdNBQyQTIIq9OuMuYBUgD3fni-oJQp/view?usp=sharing">here</a>
4749
<li>Extract the above zip file in <b>xampp/htdocs</b> folder</li>

0 commit comments

Comments
 (0)