Install instructions fetch latest auth release

This commit is contained in:
Adarnof 2017-01-12 21:11:04 -05:00
parent d4064fd059
commit c9d9b0bf07
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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