Get Started#
You can install TARexp
from PyPi by running
pip install tarexp
Or install it with the lastest version from GitHub
pip install git+https://github.com/eugene-yang/tarexp.git
If you like to build it from source, please use
git clone https://github.com/eugene-yang/tarexp.git
cd tarexp
python setup.py bdist_wheel
pip install dist/*.whl
In Python, please use the following command to import both the main package and the components
import tarexp
from tarexp import component