Installation#

To get started using tomsup simply install it using pip by running the following line in your terminal:

pip install tomsup

Detailed instructions#

You can also install it directly from github by simply running:

pip install git+https://github.com/KennethEnevoldsen/tomsup.git

or more explicitly:
git clone https://github.com/KennethEnevoldsen/tomsup.git
cd tomsup
pip3 install -e .