Skip to content

Installation

Ste edited this page Jun 5, 2021 · 10 revisions

1. Download or clone loltracker directory

Download directly from github and unzip

Or clone from the command line

$ git clone https://github.com/Steeeephen/LAVA

2. Install Python 3 and pip

3. Navigate to folder in the command line/terminal

$ cd <path_to_folder>/LAVA

Where <path_to_folder> is the path to the folder containing the unzipped file (e.g. C:/Users/ste/Downloads/ or ~/Documents/python/)

4. Install dependencies, these are the libraries required to run the program

$ pip install -r requirements.txt