[icalendar-checkins] r11575 - iCalendar/trunk
faassen at codespeak.net
faassen at codespeak.net
Thu Apr 28 15:06:56 CEST 2005
Author: faassen
Date: Thu Apr 28 15:06:56 2005
New Revision: 11575
Added:
iCalendar/trunk/INSTALL.txt
Log:
Installation document.
Added: iCalendar/trunk/INSTALL.txt
==============================================================================
--- (empty file)
+++ iCalendar/trunk/INSTALL.txt Thu Apr 28 15:06:56 2005
@@ -0,0 +1,11 @@
+Installing iCalendar
+====================
+
+To install the icalendar package, use::
+
+ python setup.py install
+
+If installation is successful, you be able to import the iCalendar
+package, like this::
+
+ >>> import icalendar
More information about the icalendar-checkins
mailing list