diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ LeCrunch requires a python version >= 2.6 and the following python packages: ~$ sudo apt-get install python-matplotlib -After downloading LeCrunch, you should first edit the file "config.py" and +After downloading LeCrunch, you should first edit the file "setup.py" and set the variable "scope_ip" to the ip address of your oscilloscope. If you're unsure of the ip address of your oscilloscope, just open up a web browser on the oscilloscope and go to www.whatsmyip.org. @@ -1 +1 @@ -scope_ip = '128.91.41.179' +scope_ip = '' |