From 3a9a2aa271ae98af2e936ec5d39b4e18c4c2554f Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Wed, 17 Oct 2018 17:57:45 +0200 Subject: [PATCH] Replace instruction of using a git repo with safer and better pre-prelease method --- docs/installation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 40687624..b14f4135 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -44,10 +44,9 @@ To install the latest stable release:: pip install wiki -Install directly from Github (in case you have no worries about -deploying our master branch directly):: +Install the latest pre-release (alpha, beta or rc):: - pip install git+git://github.com/django-wiki/django-wiki.git + pip install --pre wiki Upgrading --------- -- 2.45.2