# Installing

## Prerequisites

***

TrackerGG is compatible with Python 3.7 and higher versions.

Python 2 or versions prior to Python 3.7 might not work as expected.

TrackerGG requires at least one of the following libraries: [aiohttp](https://pypi.org/project/aiohttp/) or [httpx](https://pypi.org/project/httpx/).

## Installing

***

```sh
pip install TrackerGG
```

```sh
python -m pip install TrackerGG
```

```sh
py -m pip install TrackerGG
```
