File size: 92 Bytes
1c7d911
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

python3 -m venv venv
source venv/bin/activate

pip install -r requirements.txt