Skip to content

Installation

Brandon edited this page Jan 19, 2022 · 1 revision

Installation:

You can either simply run the precompiled .exe or run from source.

You will need to have the latest version of Pyhon & Visual Studio installed.

If you would still like to run the bot from source please follow the instructions below 👇

Clone this repo:

git clone https://github.com/cusdt-LINK/alpha-kcc-dex-bot

Install requirements:

pip install -r requirements.txt 
this will install all the packages needed to run AlphaBot.

Open Windows Powershell (or Bash / Terminal on Linux / MacOs)

Navigate to the AlphaBot folder:

cd path\to\alphabot\folder 

Run AlphaBot:

python alphabot.py 

Clone this wiki locally