InstallationΒΆ

At the command line:

$ easy_install astunparse

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv astunparse
$ pip install astunparse