[Zope-CVS] CVS: PythonNet/doc - FAQ.txt:1.3

Brian Lloyd brian@zope.com
Tue, 18 Feb 2003 09:37:39 -0500


Update of /cvs-repository/PythonNet/doc
In directory cvs.zope.org:/tmp/cvs-serv502

Modified Files:
	FAQ.txt 
Log Message:
Check in some updates I forgot last night.


=== PythonNet/doc/FAQ.txt 1.2 => 1.3 ===
--- PythonNet/doc/FAQ.txt:1.2	Mon Feb 17 23:06:02 2003
+++ PythonNet/doc/FAQ.txt	Tue Feb 18 09:37:38 2003
@@ -89,6 +89,12 @@
     the package wherever you want it, cd to that directory and run 
     python.exe to start using it.
 
+    You can also run it from CVS. Use the "read-only access" CVS instructions 
+    at http://dev.zope.org/CVS/ReadOnlyAccess to check out the 'PythonNet' 
+    package. After checking it out, cd to the directory and run 'make' to 
+    build it (you must have the .NET dev kit installed to do this). You 
+    must also have a copy of Python 2.2 installed on your machine.
+
 
   **How do I use it?**
 
@@ -194,6 +200,10 @@
 
       Multicast delegates can be implemented by adding more callable objects 
       to a delegate instance::
+
+          d += self.method1
+          d += self.method2
+          d()
 
 
       Events are treated as first-class objects in Python, and behave in