Skip to content

Commit eeb0093

Browse files
authored
install incremental before Twisted
1 parent 7270745 commit eeb0093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def main():
4949
# "python -m pip install" instead of "pip install" handles a pip
5050
# issue where it fails in a long-named dir
5151
run('virtualenv venv && source venv/bin/activate && '
52+
'python -m pip install {0} incremental && '.format(local_pip_packages) +
5253
'python -m pip install {0} -r requirements.txt'.format(
5354
local_pip_packages))
5455

0 commit comments

Comments
 (0)