1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/download.md
Guillaume Ayoub 1ee43a0c3b First commit
2016-02-08 18:48:16 +01:00

2.1 KiB

layout title permalink
page Download /download/

PyPI

Radicale is available on PyPI. To install, just type as superuser:

pip install radicale

Git Repository

If you want the development version of Radicale, take a look at the [git repository on GitHub]({{ site.github.repository_url }}), or clone it thanks to:

git clone git://github.com/Kozea/Radicale.git

You can also download the Radicale package of the git repository.

Source Packages

You can download the Radicale package for each release:

{% if site.github.releases %} {% for release in site.github.releases | where:"draft",false | sort:"created_at" | reverse %}

Linux Distribution Packages

Radicale has been packaged for:

Radicale is also available on Cloudron and has a Dockerfile.

If you are interested in creating packages for other Linux distributions, read the "Contribute" page.