======= 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. .. code-block:: shell pip install icalendar If installation is successful, you will be able to import the iCalendar package from a Python interpreter as shown. .. code-block:: pycon >>> import icalendar Debian or Ubuntu ---------------- You can install the `python-icalendar package `_ for Debian or its derivatives. .. code-block:: shell sudo apt-get install python3-icalendar