Getting itΒΆ
By the time you read this, rjgtoys-tkthread should be available on PyPi:
pip install --user rjgtoys-tkthread
To get the source code:
git clone https://github.com/bobgautier/rjgtoys-tkthread.git
To make the package available for your Python:
cd rjgtoys-tkthread
python ./setup.py develop --user
If you are using a virtualenv, you should omit the --user option used
in these examples.