From bea71c5bc1ebee36a0f31a97850dabace2bbf920 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 18 Mar 2012 13:12:19 -0400 Subject: [PATCH] Correct indentation and add h5config dependency comment to README. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index fe8cee1..224d52c 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ Pyafm requires the following Python modules: * Pypiezo_ * Stepper_ (or equivalent stepper implementation) * Pypid_ (optional temperature monitoring and control) -* H5config_ +* H5config_ (required directly, and via ``pypiezo``) * SciPy_ Getting the source @@ -83,7 +83,7 @@ calibration constants, etc. and plug them into your config:: >>> import pyafm.config >>> config = pyafm.config.AFMConfig() >>> config['name'] = '1B3D9' - >>> config['main-axis'] = 'z' + >>> config['main-axis'] = 'z' >>> config['piezo'] = pypiezo.config.PiezoConfig() >>> config['piezo']['name'] = '2253E' >>> config['piezo']['axes'] = [ -- 2.26.2