From 6ce52261db90ae77fab1082e9233eba46bdead8e Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Fri, 4 Apr 2025 14:45:58 +0530 Subject: [PATCH] Add venv activate step --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85ab0d5..d00f16e 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,19 @@ If you don’t have an MCP server, follow the instructions given here to start y ```bash python3 -m venv .venv ``` +3. Activate virtual environment. -3. Install dependencies. +```bash +source .venv/bin/activate +``` + +4. Install dependencies. ``` pip3 install -r requirements.txt ``` -4. Start the server. +5. Start the server. ```bash python3 echo_server.py