We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143e5cd commit 4e612f8Copy full SHA for 4e612f8
doc/installation.txt
@@ -2,7 +2,7 @@
2
Installing Roundup
3
==================
4
5
-:Version: $Revision: 1.9 $
+:Version: $Revision: 1.10 $
6
7
.. contents::
8
@@ -69,6 +69,10 @@ Testing your Python
69
Run ``"python ./run_tests"`` and make sure there
70
are no errors. If there are errors, please let us know!
71
72
+Note: if you're installing from the CVS, you will need to run "python setup.py
73
+build" before the tests will work, as there are modules that must be
74
+generated that are not stored in the CVS.
75
+
76
77
Getting Roundup
78
===============
0 commit comments