ModTest description
None
You can download the (hopefully stable)
latest release
from the main branch.
Download the 'Source Code (tar.gz)' file.
Then install it using:
foo@bar:~$ cd ~/Downloads
foo@bar:~/Downloads$ python -m pip install ModTest-0.1.0.tar.gz
Or you can clone the git repo to get the latest (and often broken) code from the dev branch:
foo@bar:~$ cd ~/Downloads
foo@bar:~/Downloads$ git clone https://github.com/cyclopticnerve/ModTest
foo@bar:~/Downloads$ cd ModTest
Then build and install:
foo@bar:~/Downloads/ModTest$ python -m pip install build
foo@bar:~/Downloads/ModTest$ python -m build
foo@bar:~/Downloads/ModTest$ python -m pip install ./dist/modtest-0.1.0.tar.gz
foo@bar:~$ python -m pip uninstall modtest
blah blah blah
blah blah blah