File size: 132 Bytes
bca5262
 
 
 
 
1
2
3
4
5
import subprocess
import os

def update_requirements():
    subprocess.run(["pip", "install", "-r", "requirements.txt"], shell=True)