Creating a virtual environment blocks the GUI without any indication of progress. Recommend:
- Greying out the main window when creating the venv
- Showing a progress bar of some sort during the install progress. Even stdout with the install progress is fine, anything to give the user something to look at.
- Enabling the main window again when complete.