Skip to content

Commit e64ac91

Browse files
committed
Update README.md
1 parent 2e01776 commit e64ac91

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ The main thread is the GUI thread, which starts other threads that handle input
6161
- If you are experiencing issues on startup relating to QT plugins not being found or loaded try to set `QT_DEBUG_PLUGINS=1` and retry. This will show you more debug output related to QT. Most likely you will have some missing dependencies that can be installed via your favourite package manager. On Ubuntu/Debian it was the `libxcb-cursor0` library. See this [SO post](https://stackoverflow.com/questions/68036484/qt6-qt-qpa-plugin-could-not-load-the-qt-platform-plugin-xcb-in-even-thou).
6262

6363
## External dependencies
64-
- [Qt PySide6](https://www.qt.io/download-open-source)
65-
- [Pygdbmi](https://github.com/cs01/pygdbmi)
64+
- [Qt PySide6](https://www.qt.io/download-open-source) as the GUI framework
65+
- [Pygdbmi](https://github.com/cs01/pygdbmi) for interaction with GDB in MI mode
66+
- [psutil](https://pypi.org/project/psutil/) for cross-platform access to process information

0 commit comments

Comments
 (0)