suggest that piqqa be packaged so it can be installed with pip instead of requiring the download directory to run. You can make use of either scripts or console_scripts in setup.cfg to install the startup script, which allows running from any directory.
See https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html
suggest that piqqa be packaged so it can be installed with
pipinstead of requiring the download directory to run. You can make use of eitherscriptsorconsole_scriptsin setup.cfg to install the startup script, which allows running from any directory.See https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html