python-adfs
changeset 38:ff2377de5265
Updated the installation text.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Tue Apr 15 02:07:36 2003 +0200 |
| parents | 134a5063bb55 |
| children | 47c724665e5e |
| files | README.txt |
| diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/README.txt Tue Apr 15 02:06:05 2003 +0200 1.2 +++ b/README.txt Tue Apr 15 02:07:36 2003 +0200 1.3 @@ -1,9 +1,17 @@ 1.4 ADFSlib and ADF2INF 1.5 1.6 This is a snapshot of my ADFS floppy disc reading library and its associated 1.7 -utility. The ADF2INF utility requires the cmdsyntax module. 1.8 +utility. 1.9 1.10 -Install it (as root) by typing: 1.11 +The ADF2INF utility requires the cmdsyntax module. See 1.12 + 1.13 + http://www.boddie.org.uk/david/Projects/Python/CMDSyntax 1.14 + 1.15 +for details of how to obtain the cmdsyntax module. 1.16 + 1.17 + 1.18 +Install ADFSlib and ADF2INF (as root) by typing 1.19 1.20 python setup.py install 1.21 1.22 +or just use them from the directory in which you unpack them.
