Prasad-JB commented on code in PR #34755: URL: https://github.com/apache/superset/pull/34755#discussion_r2291094497
########## README.md: ########## @@ -221,3 +221,14 @@ Understanding the Superset Points of View <!-- telemetry/analytics pixel: --> <img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=bc1c90cd-bc04-4e11-8c7b-289fb2839492" /> + +## Quick Start for Beginners(Windows Friendly) + +Many new contributors face issues while setting up Superset on Windows. +Here’s a step-by-step guide: + +### 1. Install Git +- [Download Git](https://git-scm.com/downloads) +- Verify installation: + ```bash + git --version Review Comment: Thanks for the feedback, @sfirke and @msyavuz. The goal of this guide is to help beginners who face issues setting up Superset on Windows, especially around virtualenv, dependencies, and CLI. I understand Windows isn’t officially supported, so I can either: Move the guide under a “Windows Tips” section in the docs and link it from the README, "or" Add a FAQ entry noting that Windows isn’t officially supported and recommend using WSL2 + Docker Compose. Which approach would you prefer? I want to align with the project’s documentation guidelines. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org