InstallationΒΆ

At the command line either via easy_install or pip:

$ pip install lanyrd
$ easy_install lanyrd

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv lanyrd
$ pip install lanyrd

Uninstall

$ pip uninstall lanyrd