From 77ee4b3029934743d035af82e035a0369ffb907d Mon Sep 17 00:00:00 2001 From: Shraggus <94532831+Shraggus@users.noreply.github.com> Date: Fri, 14 Oct 2022 23:42:04 +0530 Subject: [PATCH] Update requirements.txt --- scripts/Word Guessing Game/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Word Guessing Game/requirements.txt b/scripts/Word Guessing Game/requirements.txt index 9dd6e1e..fadae82 100644 --- a/scripts/Word Guessing Game/requirements.txt +++ b/scripts/Word Guessing Game/requirements.txt @@ -1,2 +1,2 @@ -Install random-word module with the command: +Install random-word package with the command: pip install random-word pyyaml