It is assumed you have Python 3 on your system. And that Sushi is running on your local machine or on a remote device with a known IP. The preferred way to install deps is in a virtual environment.
qtgui/ ├── interpreter/ # Python 环境配置 │ ├── .env_qt_python/ # Python 虚拟环境 │ ├── requirements.txt # Python 依赖列表 │ └── README.md # Python 环境设置指南 ├── src/ # MoonBit 源代码 ...
🐍📰 Qt Designer and Python: Build Your GUI Applications Faster In this step-by-step tutorial, you'll learn how to use Qt Designer to create GUIs from your windows and dialogs and use them in your ...