From c5c7d6d012e8bc2d1c5dd11334d7492ca51de6f9 Mon Sep 17 00:00:00 2001 From: Suavecito27 <64625954+Suavecito27@users.noreply.github.com> Date: Fri, 1 May 2020 01:36:25 -0600 Subject: [PATCH] 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