- 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.
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- ASP.NET Core 5.0開發(fā)入門與實戰(zhàn)
- Groovy for Domain:specific Languages(Second Edition)
- Building a Recommendation Engine with Scala
- HTML5+CSS3網頁設計
- Julia高性能科學計算(第2版)
- 新一代SDN:VMware NSX 網絡原理與實踐
- Python 快速入門(第3版)
- Python機器學習開發(fā)實戰(zhàn)
- Java自然語言處理(原書第2版)
- Software Architecture with Python
- Learning Alfresco Web Scripts
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- Django 3 Web Development Cookbook
- Learning Google Apps Script