Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit 07d3bf4

Browse files
Updated the readme and requirements.txt
1 parent c593d7f commit 07d3bf4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ _A modular IRC bot_
55
Clone the github repo:
66
git clone https://github.com/gentoomen/bhottu.git
77

8-
Install MySQL and python-pip if you haven't already.
8+
## Prerequisite packages
9+
You will need to install these packages (or their equivalents) on your OS before continuing:
910

10-
## Requirements
11+
* mysql-server
12+
* libmysqlclient-dev
13+
* python-pip
14+
* python-dev
15+
16+
## Python packages required
1117
A list of the required python packages is provided in requirements.txt. You can load these into a virtualenv.
1218

1319
## Setting up

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ BeautifulSoup==3.2.1
22
MySQL-python==1.2.5
33
feedparser==5.1.3
44
httplib2==0.9
5-
re2==0.2.20
65
regex==2014.04.10
76
requests==2.2.1
87
simplejson==3.4.1

0 commit comments

Comments
 (0)