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
Open a terminal and run
git clone git@github.com:zgbkdlm/tme.gitvia SSH orgit clone https://github.com/zgbkdlm/tme.gitvia HTTPS.Navidate to the python folder by running
cd python.Run
python setup.py installorpython 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.