
- Added a new function `get_app_data_dir` in `install.py` to get the application data directory based on the operating system. - This function checks if the directory exists, if not, it creates the directory. - Updated the `venvdir` in the `main` function to use this new function, which will now point to the application data directory.