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 ```