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