From 02a0923535ed48582a09b1193d6cce3824d5c482 Mon Sep 17 00:00:00 2001 From: Anand Vardhan <67336518+anandvardhan09@users.noreply.github.com> Date: Sun, 24 Sep 2023 13:21:24 +0530 Subject: [PATCH] Update README.md intall --> install --- holiday-integrations/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/holiday-integrations/README.md b/holiday-integrations/README.md index a6d2c63..651bf20 100644 --- a/holiday-integrations/README.md +++ b/holiday-integrations/README.md @@ -39,7 +39,7 @@ To use the environment variables from .env and install the project: ```bash cd src source .env -poetry intall +poetry install ``` ### Step 3: Run the main script To run the project and its agents: @@ -91,4 +91,4 @@ Open a new terminal (let the previous one be as is), and navigate to the src fol cd src poetry run python top_dest_client.py ``` -Once you hit enter, a request will be sent to the top destinations agent every 10 seconds, and you will be able to see your results in the console! \ No newline at end of file +Once you hit enter, a request will be sent to the top destinations agent every 10 seconds, and you will be able to see your results in the console!