mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
README.md: Add dividers between major sections
This commit is contained in:
parent
650c9a3d6e
commit
5c6a812b86
1 changed files with 15 additions and 0 deletions
15
README.md
15
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).
|
||||
|
|
Loading…
Reference in a new issue