From 869c3c6c6a4a4d5b966003ee42a01043a3409795 Mon Sep 17 00:00:00 2001 From: Pooria Date: Wed, 4 Jun 2025 11:49:03 -0700 Subject: [PATCH] Update Windows activation command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a60cb8..48db23c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This application is for educational and research purposes only. It is not intend ### Backend Setup 1. Navigate to the backend directory: `cd backend` -2. Create a virtual environment (optional but recommended if not using Poetry's env management): `python -m venv .venv` and `source .venv/bin/activate` (or `.\.venv\Scriptsctivate` on Windows). +2. Create a virtual environment (optional but recommended if not using Poetry's env management): `python -m venv .venv` and `source .venv/bin/activate` (or `.\.venv\Scripts\activate` on Windows). 3. Install dependencies: `poetry install` 4. Set up environment variables: * Copy `.env.example` to `.env`: `cp .env.example .env`