From dd7ce037b37464e6926566e86efb20faaf416655 Mon Sep 17 00:00:00 2001 From: Priyansh Date: Thu, 9 Dec 2021 03:06:04 -0500 Subject: Gitignore pycache --- initial_setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'initial_setup.py') diff --git a/initial_setup.py b/initial_setup.py index 0384a70..94f806c 100644 --- a/initial_setup.py +++ b/initial_setup.py @@ -1,6 +1,8 @@ import sys import requests +import subprocess +subprocess.check_call([sys.executable, "-m", "pip", "install", "-r", "requirements.txt"]) def download(url, filename): with open(filename, 'wb') as f: -- cgit v1.2.3