|
@@ -10,8 +10,11 @@ Python 2 is required. Python 3 is not supported.
|
10
|
10
|
|
11
|
11
|
Tested only with Windows 7, Python 2.7.9 and Rigol DS1104Z (a fully upgraded DS1054Z oscilloscope).
|
12
|
12
|
|
13
|
|
-Usage:
|
14
|
|
-------
|
|
13
|
+Tested in a VMware machine with Linux Debian 7.7.0, Python 2.7.3 and PIL.
|
|
14
|
+Python and PIL were already present in the default Debian installation.
|
|
15
|
+
|
|
16
|
+Windows Usage:
|
|
17
|
+-------------
|
15
|
18
|
Install Python 2.7.9 from https://www.python.org/downloads.
|
16
|
19
|
Install "Python Imaging Library 1.1.7 for Python 2.7" from http://www.pythonware.com/products/pil.
|
17
|
20
|
Run the PIL (Python Imaging Library) installer as Administrator, otherwise it won't be installed properly.
|
|
@@ -23,4 +26,12 @@ Example:
|
23
|
26
|
|
24
|
27
|
C:\Python27\python.exe OscScreenGrabLAN.py
|
25
|
28
|
|
|
29
|
+Linux Usage:
|
|
30
|
+-----------
|
|
31
|
+Download the project from GitHub, open a Terminal,
|
|
32
|
+go to the project's directory and run "OscScreenGrabLAN.py".
|
|
33
|
+
|
|
34
|
+Example:
|
|
35
|
+
|
|
36
|
+ python OscScreenGrabLAN.py
|
26
|
37
|
|