FFT_tools -> data_logger in README installation instructions
authorW. Trevor King <wking@drexel.edu>
Tue, 1 Jun 2010 11:28:27 +0000 (07:28 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 1 Jun 2010 11:28:27 +0000 (07:28 -0400)
README

diff --git a/README b/README
index ac308cce66583f225ce74665bfebfddccf025582..820163fab49b267bc2541279e9d95cedc2410593 100644 (file)
--- 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)