From 759e72448419af928056aed67790d4caf825aa2d Mon Sep 17 00:00:00 2001 From: clemibunge Date: Thu, 18 Jul 2019 09:28:58 +0200 Subject: [PATCH] Added sudo I got an error while installing it One sudo is missing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17104e6..26f4386 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ os.system("sudo apt-get install python-pip && sudo apt-get install tor") # installing dependencies os.system("pip install -U selenium") os.system("pip install Pysocks") -os.system("pip install pyvirtualdisplay && apt-get install xvfb") +os.system("pip install pyvirtualdisplay && sudo apt-get install xvfb") #print("\n \n {} \n \n".format(OS_bit))