install.sh 100 B

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