install.sh 95 B

1234
  1. #!/bin/sh
  2. sudo apt-get update && apt-get install python3-pip
  3. pip3 install -r requirements.txt