Skip to content

Commit

Permalink
Subprocess32 : Fix Python 2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed May 20, 2020
1 parent aaeeae5 commit 903720d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Subprocess32/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

"commands" : [

# Installs `setuptools`, which is required by
# the next command.
"python -m ensurepip --default-pip",
"python setup.py install",

],
Expand Down

0 comments on commit 903720d

Please sign in to comment.