Installation¶
Stable Release¶
The latest stable version is available on pypi
Windows¶
python -m pip install -U ayt-api
Unix based OSes (Linux, Mac OS, etc.)¶
The pip command can vary between different unix based OSes but should be simular to these:
python3 -m pip install -U ayt-api
# or
pip3 install -U ayt-api
Latest Commit¶
Installing the latest commit from here. You will need git or something simular installed to download the library
Windows¶
python -m pip install -U "git+https://github.com/Revnoplex/ayt-api.git"
Unix based OSes (Linux, Mac OS, etc.):¶
The pip command can vary between diffrent unix based OSes but should be simular to these:
python3 -m pip install -U git+https://github.com/Revnoplex/ayt-api.git
# or
pip3 install -U git+https://github.com/Revnoplex/ayt-api.git