File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,31 @@ Make Python build faster, with using the leverage of `ccache`.
4
4
5
5
## Installation
6
6
7
+ ### Installing as a pyenv plugin
8
+
7
9
Make sure you have pyenv 0.2.0 or later, then run:
8
10
9
11
git clone https://github.com/yyuu/pyenv-ccache.git ~/.pyenv/plugins/pyenv-ccache
10
12
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
+
11
32
## Usage
12
33
13
34
1 . Install ` ccache ` into your system.
You can’t perform that action at this time.
0 commit comments