--- layout: docs title: Installation prev_section: quickstart next_section: usage permalink: /docs/installation/ --- Getting Jekyll installed and ready-to-go should only take a few minutes. If it ever becomes a pain in the ass, please [file an issue]({{ site.repository }}/issues/new) (or submit a pull request) describing the issue you encountered and how we might make the process easier. ### Requirements Installing Jekyll is easy and straight-forward, but there are a few requirements you’ll need to make sure your system has before you start. - [Ruby](http://www.ruby-lang.org/en/downloads/) - [RubyGems](http://rubygems.org/pages/download) - Linux, Unix, or Mac OS X
While Windows is not officially supported, it is possible to get it running on Windows. Special instructions can be found on our Windows-specific docs page.
If you run into issues installing Jekyll's dependencies which make use of
native extensions and are using Mac OS X, you will need to install Xcode
and the Command-Line Tools it ships with. Download in
Preferences → Downloads → Components
.
If you’re the kind of person who is using Jekyll, then chances are you’ll want to enable syntax highlighting using Pygments. You should really check out how to do that before you go any further.