6 lines
173 B
Bash
Executable file
6 lines
173 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
# Temporary work around for https://github.com/pypa/pip/issues/6434
|
|
python -m pip install --upgrade pip==19.1.1
|
|
python -m pip install --no-use-pep517 $*
|
|
|