- 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.
推薦閱讀
- Node.js 10實(shí)戰(zhàn)
- PHP 從入門到項(xiàng)目實(shí)踐(超值版)
- SQL學(xué)習(xí)指南(第3版)
- YARN Essentials
- 算法訓(xùn)練營(yíng):提高篇(全彩版)
- TradeStation交易應(yīng)用實(shí)踐:量化方法構(gòu)建贏家策略(原書第2版)
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- Symfony2 Essentials
- Serverless computing in Azure with .NET
- App Inventor 2 Essentials
- Oracle 12c從入門到精通(視頻教學(xué)超值版)
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)(第二版)
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- Python Social Media Analytics
- INSTANT Apache Hive Essentials How-to