If you want the development version of Radicale, take a look at the git repository on GitHub, or install it directly with:
-$ python3 -m pip install --upgrade git+https://github.com/Kozea/Radicale
+$ python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
You can also download the content of the repository as an archive.
Radicale is really easy to install and works out-of-the-box.
-$ python3 -m pip install --upgrade radicale
+$ python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
$ python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections
When the server is launched, open http://localhost:5232/ in your browser! You can login with any username and password.
Want more? Check the tutorials and the documentation.
@@ -267,7 +267,7 @@
Then open a console and type:
# Run the following command as root or
# add the --user argument to only install for the current user
-$ python3 -m pip install --upgrade radicale
+$ python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
$ python3 -m radicale --storage-filesystem-folder=~/.var/lib/radicale/collections
Victory! Open http://localhost:5232/ in your browser! You can log in with any username and password.
@@ -275,7 +275,7 @@
Windows ¶
The first step is to install Python. Go to python.org and download the latest version of Python 3. Then run the installer. On the first window of the installer, check the "Add Python to PATH" box and click on "Install now". Wait a couple of minutes, it's done!
Launch a command prompt and type:
-C:\Users\User> python -m pip install --upgrade radicale
+C:\Users\User> python -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
C:\Users\User> python -m radicale --storage-filesystem-folder=~/radicale/collections
Victory! Open http://localhost:5232/ in your browser! You can log in with any username and password.
@@ -1076,7 +1076,7 @@ user2:password2
Git Repository ¶
If you want the development version of Radicale, take a look at the git repository on GitHub, or install it directly with:
-$ python3 -m pip install --upgrade git+https://github.com/Kozea/Radicale
+$ python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
You can also download the content of the repository as an archive.