diff --git a/1.1.html b/1.1.html index 85175be4..aaf0f3e1 100644 --- a/1.1.html +++ b/1.1.html @@ -1361,7 +1361,7 @@ This folder is a set of storage modules able to read and write collections. Curr

PyPI

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

-
pip install radicale
+
pip install radicale==1.1.*
 
diff --git a/2.1.html b/2.1.html index ff353746..fb187dbf 100644 --- a/2.1.html +++ b/2.1.html @@ -417,7 +417,7 @@

Installation

Radicale is really easy to install and works out-of-the-box.

-
$ python3 -m pip install --upgrade radicale
+
$ python3 -m pip install --upgrade radicale==2.1.*
 $ python3 -m radicale --config "" --storage-filesystem-folder=~/.var/lib/radicale/collections

When your server is launched, you can check that everything's OK by going to http://localhost:5232/ with your browser! You can login with any username and password.

Want more? Why don't you check our wonderful documentation?

@@ -479,7 +479,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 radicale==2.1.*
 $ python3 -m radicale --config "" --storage-filesystem-folder=~/.var/lib/radicale/collections

Victory! Open http://localhost:5232/ in your browser! You can login with any username and password.

@@ -487,7 +487,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 radicale==2.1.*
 C:\Users\User> python -m radicale --config "" --storage-filesystem-folder=~/radicale/collections

If you are using PowerShell replace --config "" with --config '""'.

Victory! Open http://localhost:5232/ in your browser! You can login with any username and password.

@@ -522,7 +522,7 @@ New password: Re-type new password:

bcrypt is used to secure the passwords. Radicale requires additional dependencies for this encryption method:

-
$ python3 -m pip install --upgrade radicale[bcrypt]
+
$ python3 -m pip install --upgrade radicale[bcrypt]==2.1.*

Authentication can be enabled with the following configuration:

[auth]
 type = htpasswd
@@ -1421,7 +1421,7 @@ user2:password2
 

PyPI

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

-
$ python3 -m pip install --upgrade radicale
+
$ python3 -m pip install --upgrade radicale==2.1.*