install_linux.sh 99 B

1234567
  1. #!/bin/bash
  2. set -x -e
  3. sudo apt-get install python3 python3-pip
  4. pip3 install -r requirements.txt