install.sh 75 B

12345
  1. #!/bin/bash
  2. python3 -m venv .venv
  3. source .venv/bin/activate
  4. pip install .