From 9cb86aba279caf86769448df877a727f54ebb786 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Thu, 9 Jun 2011 20:53:05 -0400 Subject: readme file specified the wrong file to edit to specify the oscilloscopes's ip address --- README | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 6dbf283..3c59521 100644 --- a/README +++ b/README @@ -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. diff --git a/setup.py b/setup.py index 99572cd..0c153ca 100644 --- a/setup.py +++ b/setup.py @@ -1 +1 @@ -scope_ip = '128.91.41.179' +scope_ip = '' -- cgit