Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 852 Bytes

install.rst

File metadata and controls

24 lines (15 loc) · 852 Bytes

Installation

No particular version of Python is required to install and use this library, the only important thing is that your Python version supports asyncio and the required libraries. Anyway, it's recommended to use the latest version of both Python and pip. - Install Python from the official site (or use your package manager) - Install pip following the instructions - Install async-riot-api using pip

$ pip3 install -U async-riot-api
  • Or install directly from GitHub
$ pip3 install -U git+https://github.com/Princic-1837592/async-riot-api
  • Verify your installation
from async_riot_api import LoLAPI