Skip to content
Noel Friedrich edited this page Mar 15, 2022 · 6 revisions

Welcome to the teleasy wiki!

This Wiki contains the documentation for using the teleasy library

Installation Help

This Module is written in Python3.8 and should work with all following versions (python3)
Thus, you can use pip3 (or just pip, depending on your installation of python) to install teleasy:

pip3 install teleasy
pip install teleasy

If pip isn't in your PATH, you could try:

python3 -m pip install teleasy
python -m pip install teleasy

For Help with the Python Package Index (PyPi) and Modules in General, see pythons official documentation

Clone this wiki locally