- 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.
推薦閱讀
- Learning Cython Programming
- Learning Docker
- Web Application Development with MEAN
- Learning Firefox OS Application Development
- Full-Stack React Projects
- 用Python實(shí)現(xiàn)深度學(xué)習(xí)框架
- Java Web從入門(mén)到精通(第3版)
- QlikView Unlocked
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Keil Cx51 V7.0單片機(jī)高級(jí)語(yǔ)言編程與μVision2應(yīng)用實(shí)踐
- C語(yǔ)言程序設(shè)計(jì)教程
- MongoDB Administrator’s Guide
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)與習(xí)題精解
- Java程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- Visual C++網(wǎng)絡(luò)編程教程(Visual Studio 2010平臺(tái))