init.sh 90 B

12345
  1. #!bin/bash
  2. python -m venv .venv
  3. source .venv/bin/activate
  4. pip install -r requirements.txt