File size: 89 Bytes
cea2cd9
 
 
 
 
1
2
3
4
5
#!/bin/bash

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt