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