From 5c6a812b869032314197cb1b4c2c09ff2b756fde Mon Sep 17 00:00:00 2001 From: Zearin Date: Thu, 20 Mar 2014 09:19:11 -0400 Subject: [PATCH] README.md: Add dividers between major sections --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 94ba02d0..f000e415 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and to automate the process. +---- + + ## Table of Contents * **[How It Works](#how-it-works)** @@ -52,6 +55,9 @@ This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and * [License](#license) +---- + + ## How It Works At a high level, pyenv intercepts Python commands using shim @@ -140,6 +146,9 @@ As far as pyenv is concerned, version names are simply the directories in `~/.pyenv/versions`. +---- + + ## Installation If you're on Mac OS X, consider [installing with Homebrew](#homebrew-on-mac-os-x). @@ -284,11 +293,17 @@ to remove. You can find the directory of a particular Python version with the `pyenv prefix` command, e.g. `pyenv prefix 2.6.8`. +---- + + ## Command Reference See [COMMANDS.md](COMMANDS.md). +---- + + ## Development The pyenv source code is [hosted on GitHub](https://github.com/yyuu/pyenv).