docs: improve docs relating to app db, setup thereof
This commit is contained in:
parent
d70df11be6
commit
45ea5c5bdc
9 changed files with 241 additions and 74 deletions
|
@ -8,9 +8,15 @@ To install the :term:`package` into your :term:`virtual environment`:
|
|||
|
||||
pip install WuttJamaican
|
||||
|
||||
Please also see
|
||||
:doc:`packaging:guides/installing-using-pip-and-virtual-environments`
|
||||
in upstream docs.
|
||||
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`.
|
||||
|
||||
|
||||
Sanity Check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue