Skip to content

Instantly share code, notes, and snippets.

@madr
Created September 7, 2016 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madr/cc0e19236c55701fc6e79e8cda75ddc8 to your computer and use it in GitHub Desktop.
Save madr/cc0e19236c55701fc6e79e8cda75ddc8 to your computer and use it in GitHub Desktop.
## OS X
Installing Radicale on OS X is almost as easy as it is for Linux or *BSD.
OS X comes with Python preinstalled, but not version 3. Go to [python.org](https://www.python.org/downloads/mac-osx/) and download the latest version of Python. Run the installer.
It is also possible to install Python 3 using `brew` by typing `brew install python3` in a Terminal window.
Then launch a Terminal window, and type:
pip3 install radicale
python3 -m radicale --debug
...
Radicale server ready
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment