From 1ef00e8a09880e64dad8420badd92a9e0b392c8c Mon Sep 17 00:00:00 2001 From: Suavecito27 <64625954+Suavecito27@users.noreply.github.com> Date: Fri, 1 May 2020 01:33:54 -0600 Subject: [PATCH] Update hello.py --- hello.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello.py b/hello.py index 2290eb6..4904701 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1,4 @@ def hello_world(): return "Hello!" +sudo -H pip3 install pytest +pytest