Add pbotlib.odds.
[poker.git] / README
diff --git a/README b/README
index fd9981a8e1d8af6950539309b96bc631a964c9c0..7dfd38fad7b3a36c59f44f3ed3d8ae33e254bf05 100644 (file)
--- a/README
+++ b/README
@@ -4,4 +4,9 @@ Multiplayer poker game.  Example usage:
 
 Run internal tests with
 
 
 Run internal tests with
 
-  nosetests --with-doctest --doctest-test *.py
+  nosetests --with-doctest --doctest-test pbot pbotlib
+
+Profile with
+
+  python -m cProfile -o profile ./pbot.py a,bots/p1.py b,bots/p1.py x,bots/p2.py y,bots/p2.py
+  python -c 'import pstats; p = pstats.Stats("profile"); p.sort_stats("cumulative").print_stats(20)'