InstallationΒΆ

At the command line:

$ easy_install guildwars2api

Or

$ pip install guildwars2api

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv guildwars2api
$ pip install guildwars2api

Or, if you want to install from source:

$ git clone https://github.com/menglewis/guildwars2api.git $ cd guildwars2api $ python setup.py install