Skip to content
Snippets Groups Projects
Commit 9f1af01b authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #2630 from iMichka/patch-1

Update to venv.pip_install_and_link in doc
parents 8e4e9d87 43e38dfc
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