2023-11-24 17:32:45 -06:00
|
|
|
|
|
|
|
Package Installation
|
|
|
|
====================
|
|
|
|
|
|
|
|
To install the :term:`package` into your :term:`virtual environment`:
|
|
|
|
|
|
|
|
.. code-block:: sh
|
|
|
|
|
|
|
|
pip install WuttJamaican
|
|
|
|
|
2024-12-08 12:19:42 -06:00
|
|
|
Note that the above is only for basic config/app system and CLI. If
|
|
|
|
you also want an :term:`app database` then add the 'db' extra:
|
|
|
|
|
|
|
|
.. code-block:: sh
|
|
|
|
|
|
|
|
pip install WuttJamaican[db]
|
|
|
|
|
|
|
|
For more general info see
|
|
|
|
:doc:`packaging:guides/installing-using-pip-and-virtual-environments`.
|
2023-11-24 17:32:45 -06:00
|
|
|
|
|
|
|
|
|
|
|
Sanity Check
|
|
|
|
------------
|
|
|
|
|
|
|
|
Confirm that worked with:
|
|
|
|
|
2024-07-04 14:41:53 -05:00
|
|
|
.. command-output:: pip show WuttJamaican
|