Installation

You can install tme by either pip or setup.py.

If you want to use JaX TME

Please note that jax is not included in the requirement list, because we would like the user themself to manually install jax. For the installation of jax, see, this link.

If you just want to use SymPy TME, you can ignore installing JaX.

By setup.py

  1. Open a terminal and run git clone git@github.com:zgbkdlm/tme.git via SSH or git clone https://github.com/zgbkdlm/tme.git via HTTPS.

  2. Navidate to the python folder by running cd python.

  3. Run python setup.py install or python setup.py develop.

By pip

Open a terminal and run pip install tme.

Matlab

No installation required. Simply git clone the repository and navigate to the folder matlab and you are good to go.