社区所有版块导航
Python
python开源   Django   Python   DjangoApp   pycharm  
DATA
docker   Elasticsearch  
aigc
aigc   chatgpt  
WEB开发
linux   MongoDB   Redis   DATABASE   NGINX   其他Web框架   web工具   zookeeper   tornado   NoSql   Bootstrap   js   peewee   Git   bottle   IE   MQ   Jquery  
机器学习
机器学习算法  
Python88.com
反馈   公告   社区推广  
产品
短视频  
印度
印度  
Py学习  »  Python

[精华] 安装Ghost.py on Windows

爱情的枪 • 10 年前 • 6695 次点击  

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
 
6695 次点击  
文章 [ 1 ]  |  最新文章 10 年前
Py站长
Reply   •   1 楼
Py站长    10 年前

支持~