From 6f5f041d3e34d461bb98c3de755668e120a808e6 Mon Sep 17 00:00:00 2001 From: niklases Date: Thu, 31 Oct 2024 21:31:58 +0100 Subject: [PATCH] Update README No whitespaces allowed for PowerShell paths until now --- README.md | 2 +- gui_setup.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4f7ab7..7bcd00c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ A quick file setup and run test can be performed running files in [scripts/Setup ### GUI Installation -A rudimentary graphical user interface (GUI) can be installed using the gui_setup.bat and gui_setup.sh scripts for Windows and Linux, respectively (which download and run `./gui/qt_window.py`): +A rudimentary graphical user interface (GUI) can be installed using the gui_setup.bat and gui_setup.sh scripts for Windows and Linux, respectively (which download and run `./gui/qt_window.py`, run these commands in a directory without any whitespaces): Windows (PowerShell) ```powershell diff --git a/gui_setup.bat b/gui_setup.bat index 8ee709d..b00ae75 100644 --- a/gui_setup.bat +++ b/gui_setup.bat @@ -31,7 +31,7 @@ if "%true%"=="0" ( echo Did not find any Python version. Python will be installed locally in the next step... set /P AREYOUSURE="Y" ) else ( - echo A suitable Python version was found, no local download and Python installtion should be necessary... + echo A suitable Python version was found, no local download and Python installation should be necessary... set /P AREYOUSURE="Install and use local Python version (Y/[N]) (downloads Python installer and installs Python locally in the current working directory)? " )