Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 690 Bytes

SETUP.md

File metadata and controls

18 lines (14 loc) · 690 Bytes

Setup

First, download the repo.

Second, setup a virtual environment to install packages. Refer to python docs to determine your source activation command.

python3 -m venv venv
source venv/Scripts/activate # on Windows
pip3 install -r requirements.txt

Third, create the config.py file lolassethelper/config.py. Copy the config.example.py file, remove the example from the file name and insert all the requested values

After that, you can already run the script (currently it only supports challenges):

python3 -m lolassethelper.challenges

The generated files should be in a output/ directory.