File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,20 @@ Installation
11
11
12
12
Ubuntu
13
13
------
14
- - On ubuntu you need to add following packages: apt-get install python-qt4 libqt4-webkit
15
- - And then install it with: pip install webkit2png
14
+ - Add following packages: apt-get install python-qt4 libqt4-webkit xfvb
15
+ - Install the flash plugin to screenshot Adobe Flash files: apt-get install flashplugin-installer
16
+
17
+ Automated installation via pip
18
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
+ - Install pip: apt-get install python-pip
20
+ - Install webkit2png: pip install webkit2png
21
+
22
+ Manual installation via Git
23
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
+ - Install git: apt-get install git-core
25
+ - Create directory: mkdir python-webkit2png
26
+ - Clone the project: git clone https://github.com/adamn/python-webkit2png.git python-webkit2png
27
+ - Install with: python python-webkit2png/setup.py install
16
28
17
29
FreeBSD
18
30
-------
@@ -22,4 +34,5 @@ FreeBSD
22
34
23
35
Usage
24
36
=====
25
- - on a headless server run: xvfb-run --server-args="-screen 0, 640x480x24" python webkit2png-simple.py
37
+ - On a headless server run: python scripts/webkit2png [options] <URL>
38
+ - For help run: python scripts/webkit2png -h
You can’t perform that action at this time.
0 commit comments