mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 14:30:17 +02:00
Make sure wheel is in venv.
It's hit-and-miss when venvs are created it seems. Doesn't hut to install even if it's already there.
This commit is contained in:
parent
1b5ecaed80
commit
3d757e8d90
@ -109,6 +109,8 @@ Activate the virtualenv using `source /home/allianceserver/venv/auth/bin/activat
|
||||
Each time you come to do maintenance on your Alliance Auth installation, you should activate your virtual environment first. When finished, deactivate it with the 'deactivate' command.
|
||||
```
|
||||
|
||||
Ensure wheel is available with `pip install wheel` before continuing.
|
||||
|
||||
### Alliance Auth Project
|
||||
|
||||
You can install the library using `pip install allianceauth`. This will install Alliance Auth and all its python dependencies. You should also install gunicorn with `pip install gunicorn` before proceeding.
|
||||
|
Loading…
x
Reference in New Issue
Block a user