From 9821dac846047c1d1bee3171691e33ae186048c8 Mon Sep 17 00:00:00 2001 From: STACiA <69411527+staciax@users.noreply.github.com> Date: Mon, 30 Dec 2024 00:55:07 +0700 Subject: [PATCH] update readme --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 627f0c6..1aeeed2 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,21 @@ # valorant -A modern, easy to use, feature-rich, and async ready API wrapper for [Valorant API](https://valorant-api.com) written in Python. +A modern, easy to use, and async ready API wrapper for [Valorant API](https://valorant-api.com) written in Python. -## Key Features +## Features +- Fully type annotated. - Modern Pythonic API using `async` and `await`. +- Supports Python 3.10+. +- Supports localizations. + ## Installing -Python 3.10 or higher is required - -Windows:
-``` -$ pip install -U valorant.py +To install the library, you can just run the following command: ``` -Linux/MacOS: -``` -$ python3 -m pip install -U valorant.py +# uv +uv add valorant.py + +# pip +pip install valorant.py ``` ## Quick Example