Browse Source

Update Linux usage instructions

RoGeorge 9 years ago
parent
commit
60413ade57
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      README.md

+ 4
- 3
README.md View File

@@ -8,10 +8,9 @@ No USB (Universal Serial Bus), no VISA (Virtual Instrument Software Architecture
8 8
 no IVI (Interchangeable Virtual Instrument) and no Rigol drivers are required.
9 9
 Python 2 is required. Python 3 is not supported.
10 10
 
11
-Tested only with Windows 7, Python 2.7.9 and Rigol DS1104Z (a fully upgraded DS1054Z oscilloscope).
11
+Tested with Windows 7, Python 2.7.9 and Rigol DS1104Z (a fully upgraded DS1054Z oscilloscope).
12 12
 
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.
13
+Tested in a VMware machine with Linux Debian 7.7.0, Python 2.7.3 and PIL.
15 14
 
16 15
 Windows Usage:
17 16
 -------------
@@ -28,6 +27,8 @@ Example:
28 27
     
29 28
 Linux Usage:
30 29
 -----------
30
+Python and PIL are already present in the default Debian 7.7.0 installation, 
31
+so it is not necessary to manually install them.
31 32
 Download the project from GitHub, open a Terminal, 
32 33
 go to the project's directory and run "OscScreenGrabLAN.py". 
33 34
 

Loading…
Cancel
Save