From 3d757e8d90245aa0fe697d5842558b6bfd74d5c8 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Sat, 24 Feb 2018 01:26:31 -0500 Subject: [PATCH] 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. --- docs/installation/auth/allianceauth.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/auth/allianceauth.md b/docs/installation/auth/allianceauth.md index 74e16189..69af806d 100644 --- a/docs/installation/auth/allianceauth.md +++ b/docs/installation/auth/allianceauth.md @@ -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.