mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
6 lines
86 B
Bash
Executable file
6 lines
86 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
|
|
pip install --upgrade setuptools
|
|
pip install --upgrade tox
|