Skip to content
Snippets Groups Projects
Commit 43e38dfc authored by Michka Popoff's avatar Michka Popoff Committed by GitHub
Browse files

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`
parent 459fef3b
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment