install.sh 86 B

1234567
  1. #!/bin/bash
  2. set -e
  3. set -x
  4. pip install --upgrade setuptools
  5. pip install --upgrade tox