Skip to content

Installation

Steeeephen edited this page Dec 24, 2020 · 10 revisions
  • Download or clone loltracker directory

    Download directly from github and unzip

Or Clone from the command line

$ git clone https://github.com/Steeeephen/loltracker
  • Install python 3.6 and pip

  • Navigate to folder with levelone.py in the command line

$ cd PATH/loltracker

Where PATH is the path to the folder containing the unzipped file (e.g. C:/Users/admin/Downloads/)

  • Install dependencies, these are the libraries required to run the program
$ pip install -r requirements.txt

Clone this wiki locally