Created
September 7, 2016 12:51
-
-
Save madr/cc0e19236c55701fc6e79e8cda75ddc8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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