3
0
Fork 0
wuttjamaican/docs/narr/install/pkg.rst

28 lines
545 B
ReStructuredText
Raw Normal View History

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
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