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).