Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
No whitespaces allowed for PowerShell paths until now
  • Loading branch information
niklases committed Oct 31, 2024
1 parent 6294137 commit 6f5f041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ A quick file setup and run test can be performed running files in [scripts/Setup
<a name="gui-installation"></a>
### 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
Expand Down
2 changes: 1 addition & 1 deletion gui_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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)? "
)

Expand Down

0 comments on commit 6f5f041

Please sign in to comment.