Installing trx-python#
To install a release version, use the Python package manager:
pip install trx-python
To install from the recent development source, download the source from GitHub and then install with pip:
git clone https://github.com/tee-ar-ex/trx-python && cd trx-python
pip install .