mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-10 00:56:19 +01:00
Install instructions fetch latest auth release
This commit is contained in:
@@ -54,6 +54,10 @@ Now we clone the source code:
|
|||||||
|
|
||||||
Enter the folder by issuing `cd allianceauth`
|
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:
|
Python package dependencies can be installed from the requirements file:
|
||||||
|
|
||||||
sudo pip install -r requirements.txt
|
sudo pip install -r requirements.txt
|
||||||
|
|||||||
@@ -44,6 +44,10 @@ Now we clone the source code:
|
|||||||
|
|
||||||
Enter the folder by issuing `cd allianceauth`
|
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:
|
Python package dependencies can be installed from the requirements file:
|
||||||
|
|
||||||
sudo pip install requests>=2.9.1
|
sudo pip install requests>=2.9.1
|
||||||
|
|||||||
Reference in New Issue
Block a user