setup.sh 85 B

1234567
  1. #!/bin/bash
  2. dn="$(dirname "$0")"
  3. cd $dn
  4. pipenv install
  5. pipenv run python3 setup.py