Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ You can choose to set up the backend manually or use an automated shell script.
```
- This will activate the backend for the application.

#### 🖥️ Windows Manual Setup

If you are using Windows, follow these specific steps to avoid permission errors:

1. **Create a Virtual Environment (Recommended):**
Open your terminal (Command Prompt or PowerShell) in the root directory and run:
```bash
python -m venv venv
.\venv\Scripts\activate

### Option 2: Automated Setup with Shell Script

1. **Run the Setup Script**:
Expand Down