Py学习  »  Python

[精华] 安装Ghost.py on Windows

爱情的枪 • 9 年前 • 5968 次点击  

Ghosts是一个Python写的完全模拟浏览器的WebKit Client。

安装Ghost.py on Windows

第一步:安装PySide

https://pypi.python.org/pypi/PySide/1.2.2#downloads

Installing prerequisites

Install latest pip distribution: download get-pip.py and run it using the python interpreter.

Installing PySide on a Windows System

To install PySide on Windows you can choose from the following options:

Use pip to install the wheel binary packages:

pip install -U PySide

整个过程大概需要5分钟左右

第二步:安装Ghost

https://pypi.python.org/pypi/Ghost.py/0.1b3

下载 https://pypi.python.org/packages/source/G/Ghost.py/Ghost.py-0.1b3.tar.gz#md5=68e85f48a65c3369d538472a364cdaa1

然后 python setup.py install

参考

http://jeanphix.me/Ghost.py/

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/563
 
5968 次点击  
文章 [ 1 ]  |  最新文章 9 年前
Py站长
Reply   •   1 楼
Py站长    9 年前

支持~