Installation

This section covers installation of the library.

Tip

Work in a virtual environment!

Pip

Installing via pip [1] is the recommended method:

$ pip install dota2api

Build from source

You can also download the latest version of the code from the repository [2] and install:

$ git clone https://github.com/joshuaduffy/dota2api/ && cd dota2api/
$ python setup.py install
[1]http://www.pip-installer.org/
[2]https://github.com/joshuaduffy/dota2api