Install#

This chapter describes how to install icalendar as a Python package for use in your projects.

Python package with pip#

The following command will install the icalendar package with pip.

pip install icalendar

If installation is successful, you will be able to import the iCalendar package from a Python interpreter as shown.

>>> import icalendar

Debian or Ubuntu#

You can install the python-icalendar package for Debian or its derivatives.

sudo apt-get install python3-icalendar