File: install.rst

package info (click to toggle)
python-icalendar 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 516 kB
  • ctags: 409
  • sloc: python: 3,055; makefile: 124
file content (11 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
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