Package Installation¶
To install the package into your virtual environment:
pip install WuttJamaican
Note that the above is only for basic config/app system and CLI. If you also want an app database then add the ‘db’ extra:
pip install WuttJamaican[db]
For more general info see Install packages in a virtual environment using pip and venv.
Sanity Check¶
Confirm that worked with:
$ pip show WuttJamaican
Name: WuttJamaican
Version: 0.18.1
Summary: Base package for Wutta Framework
Home-page:
Author:
Author-email: Lance Edgar <lance@wuttaproject.org>
License: GNU GPL v3+
Location: /srv/buildbot/worker/wuttjamaican/build/.tox/docs/lib/python3.11/site-packages
Requires: humanize, mako, progress, python-configuration, typer, uuid7
Required-by: