From: W. Trevor King Date: Tue, 1 Jun 2010 11:28:27 +0000 (-0400) Subject: FFT_tools -> data_logger in README installation instructions X-Git-Tag: 0.3~3 X-Git-Url: http://git.tremily.us/?p=data_logger.git;a=commitdiff_plain;h=af3ff0d00ab34d960558f0c43ba042e233acc8ef FFT_tools -> data_logger in README installation instructions --- diff --git a/README b/README index ac308cc..820163f 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ an extension of the standard Python distutils package which supports automatic package dependency tracking. The installation procedure should be (on Debian-esque systems) # apt-get intall python-setuptools python-numpy-dev - # easy_install -f http://www.physics.drexel.edu/~wking/code/python/ FFT_tools + # easy_install -f http://www.physics.drexel.edu/~wking/code/python/ data_logger There is one speedbump you might run into: * an outdated version of easy_install (see ez_setup.py section)