These instructions explain how to install and start up TabPy Server.
To install TabPy on to an environment pip
needs to be installed and
updated first:
python -m pip install --upgrade pip
Now TabPy can be install as a package:
pip install tabpy
To start TabPy with default setting run the following command:
tabpy
To run TabPy with custom settings create config file with parameters explained in TabPy Server Configuration Instructions and specify it in command line:
tabpy --config=path/to/my/config/file.conf
It is highly recommended to use Python virtual environment for running TabPy. Check the Running TabPy in Python Virtual Environment page for more details.