Added import platform to detect the operating system
Used platform.system() to check if it's Windows or not
Adjusted pip and python paths:
Windows: uses 'Scripts' folder and '.exe' extension
Mac/Linux: uses 'bin' folder without extension
The script now automatically detects the operating system and uses the appropriate paths for each one, making it compatible with both Windows and macOS/Linux systems.