pip install /path/to/packageThis won’t work until the package has been made public
pip install git+https://github.com/DGermano8/jsf.gitREAD THE DOCUMENTATION The documentation is generated with Sphinx
and can be found in the source directory. To build the documentation
use the following:
make htmlTo view it, point your browser to ../build/html/index.html.