From c9d9b0bf07a7a824182b3b055e354cfa1dfd7f74 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Thu, 12 Jan 2017 21:11:04 -0500 Subject: [PATCH] Install instructions fetch latest auth release --- docs/installation/auth/centos.md | 4 ++++ docs/installation/auth/ubuntu.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/installation/auth/centos.md b/docs/installation/auth/centos.md index 96cdc15e..ba2e5467 100644 --- a/docs/installation/auth/centos.md +++ b/docs/installation/auth/centos.md @@ -54,6 +54,10 @@ Now we clone the source code: Enter the folder by issuing `cd allianceauth` +Ensure you're on the latest version with the following: + + git tag | sort -n | tail -1 | xargs git checkout + Python package dependencies can be installed from the requirements file: sudo pip install -r requirements.txt diff --git a/docs/installation/auth/ubuntu.md b/docs/installation/auth/ubuntu.md index af9c81ef..8bd9a34a 100644 --- a/docs/installation/auth/ubuntu.md +++ b/docs/installation/auth/ubuntu.md @@ -44,6 +44,10 @@ Now we clone the source code: Enter the folder by issuing `cd allianceauth` +Ensure you're on the latest version with the following: + + git tag | sort -n | tail -1 | xargs git checkout + Python package dependencies can be installed from the requirements file: sudo pip install requests>=2.9.1