Installation

AlphaHooks can currently be only installed from source. The steps are pretty straightforward.

AlphaHooks only supports Python versions 3.5 and later. Download the latest version of Python.

If it’s already installed, check if you have the correct version using one of these commands.

python --version
py --version

Make sure you have the latest version of pip installed using one of these commands.

pip -V
python -m pip -V

Installing from source

Requirements

AlphaHooks needs these packages to work properly.

Installation

Grab the latest version from Github.

git clone https://github.com/AlphaHooks/AlphaHooks.git

Change into the directory and install with pip.

cd AlphaHooks
pip install .

Run AlphaHooks

python AlphaHooks/main.py

Running directly

Note

This will not work until the first Python Pre-Alpha is released.

Installing from source is not required. Installing the requirements and just running main.py will work fine.

pip install -r requirements.txt
python AlphaHooks/main.py