- PySide GUI Application Development(Second Edition)
- Gopinath Jaganmohan Venkateshwaran Loganathan
- 114字
- 2021-07-23 14:32:37
Installing PySide using Linux
Installing PySide on a Debian-based system is much easier with the synaptic package manager. Issuing the following command will fetch and install the latest stable version available in the aptitude distribution:
sudo apt-get install python-pyside
On an RPM-based system, you can use the RPM-based distribution, yum, as follows:
yum install python-pyside pyside-tools
If you want to make sure that PySide is installed properly on your system, issue the following commands in the Python shell environment, as shown in Figure 1. The import pyside
command should not return any errors.
PySide.__version__
should output something similar to 1.1.2
:

Figure 1
Let's move on to see how we can build PySide from scratch.
推薦閱讀
- Vue.js 3.x快速入門
- Python量化投資指南:基礎、數據與實戰
- SpringMVC+MyBatis快速開發與項目實戰
- Magento 2 Theme Design(Second Edition)
- 數據結構簡明教程(第2版)微課版
- 征服RIA
- Windows內核編程
- HTML5從入門到精通(第4版)
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Getting Started with Python
- C++程序設計教程(第2版)
- 30天學通C#項目案例開發
- Dart:Scalable Application Development
- 構建跨平臺APP:響應式UI設計入門
- WordPress Responsive Theme Design