first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# minicom note
|
||||
|
||||
# install
|
||||
|
||||
> sudo apt-get install minicom
|
||||
|
||||
# set default config
|
||||
|
||||
> sudo minicom -s
|
||||
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
# ubuntu 安装 pyqt4
|
||||
- ubuntu14.04 64 python 2.6
|
||||
- refer to
|
||||
- http://blog.csdn.net/tao_627/article/details/46529587
|
||||
|
||||
## 安装
|
||||
``` bash
|
||||
$ sudo apt-get install libxext6 libxext-dev libqt4-dev libqt4-gui libqt4-sql
|
||||
$ sudo apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer
|
||||
$ sudo apt-get install python-qt4
|
||||
$ sudo apt-get install python-qt4-*
|
||||
$ sudo apt-get install python-qscintilla2
|
||||
```
|
||||
|
||||
|
||||
## 测试
|
||||
``` bash
|
||||
$ python
|
||||
|
||||
>>> import PyQt4
|
||||
>>>
|
||||
```
|
||||
Reference in New Issue
Block a user