summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-05 17:20:47 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-05 17:20:47 +0100
commitdb908243f52a0050016ed48f27fc26a4eb484761 (patch)
treeb135bb67afb7fd27e33b70f66363c52257b8f1da /README
parent1ae8497e8c262cb3935265cb58c472b557cab6ba (diff)
downloadobnam-db908243f52a0050016ed48f27fc26a4eb484761.tar.gz
Update README's description of dependencies.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index cafe21ed..bb436b84 100644
--- a/README
+++ b/README
@@ -29,15 +29,17 @@ On other systems, using the `setup.py` file should work: run
"python setup.py --help" for advice. If not, please report a bug.
(I've only tested `setup.py` enough for to build the Debian package.)
-You need to install my Python B-tree library, and some other libraries
+You need to install my Python B-tree library, and some of my other libraries
and tools, which you can get from:
* <http://liw.fi/larch/>
* <http://liw.fi/ttystatus/>
-* <http://liw.fi/lru/>
* <http://liw.fi/coverage-test-runner/>
-* <http://liw.fi/extrautils/>
+* <http://liw.fi/tracing/>
+You also need third party libraries:
+
+* paramiko: <http://www.lag.net/paramiko/>
Use
---