diff --git a/docs/setup/dependancies.rst b/docs/setup/dependancies.rst index 40fe050..262bb35 100644 --- a/docs/setup/dependancies.rst +++ b/docs/setup/dependancies.rst @@ -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. \ No newline at end of file + - **bitcoinrpc** - https://github.com/jgarzik/python-bitcoinrpc + - **pymysql** - https://github.com/dpedu/MySQL-for-Python-3 (needs \ + libmysqlclient-dev on your system)