Skip to content

Commit a999d60

Browse files
committed
Update command to build runSciBot.exe
- as one has to specifiy the --windowed option to prevent the exe from opening a terminal.
1 parent 42eb187 commit a999d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pip install -r requirements.txt
2424
### Building the runSciBot.exe file
2525
If you wish to build a new `runSciBot.exe` file, run the following command:
2626
```
27-
pyinstaller -F runSciBot.py
27+
pyinstaller --windowed -F runSciBot.py
2828
```
2929

3030
## Image Sources

0 commit comments

Comments
 (0)