Ver código fonte

Added Linux usage instructions

RoGeorge 9 anos atrás
pai
commit
6f778b24d9
1 arquivos alterados com 13 adições e 2 exclusões
  1. 13
    2
      README.md

+ 13
- 2
README.md Ver arquivo

10
 
10
 
11
 Tested only with Windows 7, Python 2.7.9 and Rigol DS1104Z (a fully upgraded DS1054Z oscilloscope).
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
 Install Python 2.7.9 from https://www.python.org/downloads.
18
 Install Python 2.7.9 from https://www.python.org/downloads.
16
 Install "Python Imaging Library 1.1.7 for Python 2.7" from http://www.pythonware.com/products/pil.
19
 Install "Python Imaging Library 1.1.7 for Python 2.7" from http://www.pythonware.com/products/pil.
17
 Run the PIL (Python Imaging Library) installer as Administrator, otherwise it won't be installed properly.
20
 Run the PIL (Python Imaging Library) installer as Administrator, otherwise it won't be installed properly.
23
 
26
 
24
     C:\Python27\python.exe OscScreenGrabLAN.py
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
     

Carregando…
Cancelar
Salvar