From 43e38dfc011476a1136527c04ad5f074d2c4dd83 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Sat, 13 May 2017 23:26:09 +0200 Subject: Update to venv.pip_install_and_link in doc `venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`--- docs/Python-for-Formula-Authors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Python-for-Formula-Authors.md') 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 ``` -- cgit v1.2.3