diff options
| author | Mike McQuaid | 2017-05-14 14:56:12 +0100 |
|---|---|---|
| committer | GitHub | 2017-05-14 14:56:12 +0100 |
| commit | 9f1af01b2fd286e0d5dce4751ccaebf18bd070f0 (patch) | |
| tree | 25f4747d0f361a1ee0378510598e778bed0954fe /docs | |
| parent | 8e4e9d877c2bebe635b1481a1841f5852535f15e (diff) | |
| parent | 43e38dfc011476a1136527c04ad5f074d2c4dd83 (diff) | |
| download | brew-9f1af01b2fd286e0d5dce4751ccaebf18bd070f0.tar.bz2 | |
Merge pull request #2630 from iMichka/patch-1
Update to venv.pip_install_and_link in doc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Python-for-Formula-Authors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Python-for-Formula-Authors.md b/docs/Python-for-Formula-Authors.md index d3e7543db..ea86cf84c 100644 --- a/docs/Python-for-Formula-Authors.md +++ b/docs/Python-for-Formula-Authors.md @@ -143,7 +143,7 @@ def install %w[six parsedatetime].each do |r| venv.pip_install resource(r) end - venv.link_scripts(bin) { venv.pip_install buildpath } + venv.pip_install_and_link buildpath end ``` |
