1. Installation

1.1. Requirements

1.2. Using pip

If you’re using pip, the easiest way to get rolling is running this command at your terminal.

$ pip install python-rdio

This retrieves the latest version on from PyPI.

1.3. Using setuptools

If you prefer setuptools (easy_install), you can do the following at a terminal.

$ easy_install python-rdio

This retrieves the latest version on from PyPI.