wq.core provides the core wq
command line application for use by wq.app and other modules in the wq framework.
# Recommended: create virtual environment
# python3 -m venv venv
# . venv/bin/activate
# Install entire wq suite (recommended)
python3 -m pip install wq
# Install only wq.core
python3 -m pip install wq.core
wq --help
See the documentation for more information.
© 2013-2019 by S. Andrew Sheppard