Last night at the Atlanta Python Meetup, I became aware that there are folks who have been around Python for a while who are unaware of the Python Cheese Shop. The “Cheese Shop” (named after the Monty Python skit) is intended to be a central repository for libraries and applications written in Python. Couple this with easy_install and you have a quick, easy, and clean way to install libraries and applications to your Python installation. By issuing the single command `easy_install ipython`, you will have the latest IPython installed on your system.