Installation
Here, we provide the required steps in order to install TMLL on your machine.
Install from PyPI
TMLL is currently available through the Test PyPI repository. To install it, you may use the following command (from pip):
Install from the Source Code
If you are eager to install TMLL with its latest changes in its repository, you may follow the below steps to install it properly:
If you install TMLL from the source code, you need to add these lines before importing TMLL's library (i.e., in your source code).
Last updated