PP_SHORT_DESC
PP_PY_DEPS
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 PkgTest-PP_VERSION.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/PkgTest
foo@bar:~/Downloads$ cd PkgTest
Then build and install:
foo@bar:~/Downloads/PkgTest$ python -m pip install build
foo@bar:~/Downloads/PkgTest$ python -m build
foo@bar:~/Downloads/PkgTest$ python -m pip install ./dist/pkgtest-PP_VERSION.tar.gz
foo@bar:~$ python -m pip uninstall pkgtest
blah blah blah
blah blah blah