Updated dependancies information

This commit is contained in:
dave 2014-10-12 02:05:57 -07:00
parent aff410543c
commit ae973b9ae1
1 changed files with 14 additions and 5 deletions

View File

@ -2,12 +2,21 @@
Dependancies
************
PyIRCBot is designed to run on Python 2.6+ and 3+ with zero code changes. Several
PyIRCBot is designed to run on Python 3, and is usually tested with 3.4. Several
modules are needed that are available for both version of python.
The following non-core Python modules are needed:
The following non-core Python modules are needed, and easily available through
Pip for python 3:
- Yaml
- praw
- pytz
- PyYAML (yaml)
- requests
The following modules aren't available on pip, and are sourced from various
places. They are NOT required but certain modules won't be available without
them.
.. note:: This list is incomplete.
- **bitcoinrpc** - https://github.com/jgarzik/python-bitcoinrpc
- **pymysql** - https://github.com/dpedu/MySQL-for-Python-3 (needs \
libmysqlclient-dev on your system)