summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-26 12:58:26 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-26 12:58:26 +0000
commit1c649d8dc4c8452da73b48a66adb515cc68a145c (patch)
tree7db2827031fbaf9007f60e174b6f4fb3ccb44090
parent708a3cd20190b6cd75921b75b6de13982e6facc3 (diff)
Adjust README to refer to the telepathy -> src move
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 3ba122f..090a362 100644
--- a/README
+++ b/README
@@ -5,10 +5,10 @@ recommended.
Using an uninstalled version
----------------------------
-Because telepathy-python contains generated code, the telepathy directory
-does not contain a complete build. To run this version of telepathy-python
-without installing it, you'll have to run ``python setup.py build``
-and arrange for build/lib to be on your ``sys.path``, for instance:
+Because telepathy-python contains generated code, the src directory
+is incomplete. To run this version of telepathy-python without installing it,
+you'll have to run ``python setup.py build`` and arrange for build/lib to be
+on your ``sys.path``, for instance:
python setup.py build
PYTHONPATH=$PWD/build/lib python examples/call.py a.account b@example.com