Skip to content

Commit 8245626

Browse files
committed
Merge pull request #2 from jawshooah/patch-1
Add installation instructions for Homebrew
2 parents 11f2748 + a126811 commit 8245626

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,31 @@ Make Python build faster, with using the leverage of `ccache`.
44

55
## Installation
66

7+
### Installing as a pyenv plugin
8+
79
Make sure you have pyenv 0.2.0 or later, then run:
810

911
git clone https://github.com/yyuu/pyenv-ccache.git ~/.pyenv/plugins/pyenv-ccache
1012

13+
14+
### Installing with Homebrew (for OS X users)
15+
16+
Mac OS X users can install pyenv-ccache with the
17+
[Homebrew](http://brew.sh) package manager.
18+
19+
*This is the recommended method of installation if you installed pyenv
20+
with Homebrew.*
21+
22+
```
23+
$ brew install pyenv-ccache
24+
```
25+
26+
Or, if you would like to install the latest development release:
27+
28+
```
29+
$ brew install --HEAD pyenv-ccache
30+
```
31+
1132
## Usage
1233

1334
1. Install `ccache` into your system.

0 commit comments

Comments
 (0)