We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7270745 commit eeb0093Copy full SHA for eeb0093
install
@@ -49,6 +49,7 @@ def main():
49
# "python -m pip install" instead of "pip install" handles a pip
50
# issue where it fails in a long-named dir
51
run('virtualenv venv && source venv/bin/activate && '
52
+ 'python -m pip install {0} incremental && '.format(local_pip_packages) +
53
'python -m pip install {0} -r requirements.txt'.format(
54
local_pip_packages))
55
0 commit comments