Add Conda installation instructions for Windows to README

This commit updates the README.md file to include Windows-specific
instructions for setting up the project using a Conda environment.

The "Using `conda`" subsection under "Installation Methods" now clarifies:
- `chmod +x` commands are not needed for Windows.
- Windows users should use `setup.bat` and `gui.bat` (or `gui.ps1`)
  instead of the `.sh` scripts.

The Table of Contents was previously updated to include the "Using `conda`"
section.
pull/3274/head
google-labs-jules[bot] 2025-06-05 19:04:42 +00:00
parent 926625703d
commit 873f571ebb
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,8 @@ chmod +x setup.sh
chmod +x gui.sh
./gui.sh
```
> [!NOTE]
> For Windows users, the `chmod +x` commands are not necessary. You should run `setup.bat` and subsequently `gui.bat` (or `gui.ps1` if you prefer PowerShell) instead of the `.sh` scripts.
**For Windows:**