Skip to content

Commit

Permalink
install incremental before Twisted
Browse files Browse the repository at this point in the history
  • Loading branch information
gkirok authored Sep 10, 2019
1 parent 7270745 commit eeb0093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def main():
# "python -m pip install" instead of "pip install" handles a pip
# issue where it fails in a long-named dir
run('virtualenv venv && source venv/bin/activate && '
'python -m pip install {0} incremental && '.format(local_pip_packages) +
'python -m pip install {0} -r requirements.txt'.format(
local_pip_packages))

Expand Down

0 comments on commit eeb0093

Please sign in to comment.