From a11e2e864366d59c5fc0cc3fb8fa6bdc786e9956 Mon Sep 17 00:00:00 2001 From: Kazuhiro Sera Date: Tue, 22 Oct 2024 11:21:51 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e5e95e..568ba9d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ cd bolt-python-assistant-template # Setup your python virtual environment python3 -m venv .venv -source .venv/bin/activate +source .venv/bin/activate # for Windows OS, .\.venv\Scripts\Activate instead should work # Install the dependencies pip install -r requirements.txt