Skip to content

Commit

Permalink
Separate Ruby and Python instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos authored Oct 14, 2016
1 parent 175fc4a commit 1b7066e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ If you are working on the site, you will want to install and run a local copy of

### Dependencies

In order to use Jekyll, you will need to have Ruby.
In order to use Jekyll, you will need to have Ruby installed. macOS comes pre-installed with Ruby, but you may need to update RubyGems (via `gem update --system`).
Otherwise, [RVM](https://rvm.io/) and [rbenv](https://github.com/sstephenson/rbenv) are popular ways to install Ruby.

- [Ruby](http://www.ruby-lang.org/) (version >= 1.8.7)
- [RubyGems](http://rubygems.org/) (version >= 1.3.7)
- [Bundler](http://gembundler.com/)

macOS comes pre-installed with Ruby, but you may need to update RubyGems (via `gem update --system`).
Otherwise, [RVM](https://rvm.io/) and [rbenv](https://github.com/sstephenson/rbenv) are popular ways to install Ruby.

The version of the Pygment syntax highlighter used by Jekyll requires Python 2.7.x (not 3.x). macOS comes pre-installed with Python 2.7, but you may need to install it on other OSs.

- [Python](https://www.python.org) (version 2.7.x)
Expand Down

0 comments on commit 1b7066e

Please sign in to comment.