Installation¶
Start right now by installing the sl3aio package.
You can choose the installation method that suits you best from the ones available below.
pip install¶
Run the following command in your terminal to install sl3aio using pip:
pip install sl3aio
pip install whl¶
You can install this package from .whl file. Go to the releases page, choose the
suitable release and download .whl file from the Assets tab.
Place the downloaded file in your project’s directory and then run:
pip install <file_name>.whl
Where <file_name> should be replaced with the name of the release.