From ce12730daf0cf9bb35fb4a44c6fc2e8731e28b44 Mon Sep 17 00:00:00 2001 From: David Westgate Date: Thu, 16 May 2024 20:44:56 -0700 Subject: [PATCH] typo --- hw5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw5/README.md b/hw5/README.md index c169df9..4b4a405 100644 --- a/hw5/README.md +++ b/hw5/README.md @@ -9,7 +9,7 @@ to see if the LLM can respond with the correct password. Install python3, then ``` cd hw5 -pip install -r requirnments.txt +pip install -r requirements.txt cp .env.example .env #fill in env file with key python3 app.py ```