This document discusses installing Ruby on Windows. It provides two options: an easy one-click Ruby installer or a harder development kit/source build. The one-click installer handles everything. After installing, the Ruby version can be verified in the command prompt. Gems, the package manager for Ruby, is installed next using the gem command. SQLite binaries are also included to allow Ruby to interface with SQLite databases. Credits and links to additional Ruby resources on Windows are provided.