Installation Guide¶
Python 3.9 or higher is required!
via pip: (recommended)
pip3 install -U AlbertUnruhUtils.py
If you want async-support you have to append [async] to the command.
latest develop-version:
(requires git to be installed)
git clone https://github.com/AlbertUnruh/AlbertUnruhUtils.py
cd AlbertUnruhUtils.py
pip3 install -U .
If you want async-support you have to append [async] to the last command.