Problem - Installation tutorial suggests to use Distribute, but Distribute has been merged into Setuptools 0.7+. Resources - Quoting the [latest Distribute stable release](https://pypi.python.org/pypi/distribute/0.7.3): > This package is a simple compatibility layer that installs Setuptools 0.7+. Proposed solution 1. Replace Distribute installation instructions with just simply these commands for Setuptools: 1. Download and install Setuptools from https://pypi.python.org/pypi/setuptools via `ez_setup.py`: ``` $ python ez_setup.py ```