public PythonInstallationViewModel() { PythonInstalled = Python.IsPythonInstalled(); if (PythonInstalled) { PythonInstallationLabel = "Python is installed"; } else { PythonInstallationLabel = "Python is not installed"; } }