# Installation ## Step 1 - Prerequisites Metenox is a plugin for Alliance Auth. If you don't have Alliance Auth running already, please install it first before proceeding. (See the official [AA installation guide](https://allianceauth.readthedocs.io/en/latest/installation/auth/allianceauth/) for details) ## Step 2 - Install app Make sure you are in the virtual environment (venv) of your Alliance Auth installation. Then install the newest release from PyPI: ```bash pip install aa-eveprices ``` ## Step 3 - Configure Auth settings Configure your Auth settings (`local.py`) as follows: - Add `'eveprices'` to `INSTALLED_APPS` % TODO Which cron jobs to add ## Step 4 - Finalize App installation Run migrations ```bash python manage.py migrate ``` ## Step 5 - Configure the application Check the [administrator documentation](admin/index.md) to know how to set up your price providers