Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ Available ``--fmt`` options are:
.. ]]]

- ``asciidoc``
- ``colon_grid``
- ``double_grid``
- ``double_outline``
- ``fancy_grid``
Expand Down Expand Up @@ -2786,7 +2787,7 @@ See this `SpatiaLite Cookbook recipe <http://www.gaia-gis.it/gaia-sins/spatialit
Installing packages
===================

The :ref:`convert command <cli_convert>` and the :ref:`insert -\\-convert <cli_insert_convert>` and :ref:`query -\\-functions <cli_query_functions>` options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment.
The :ref:`convert command <cli_convert>` and the ``insert --convert`` (:ref:`cli_insert_convert`) and ``query --functions`` (:ref:`cli_query_functions`) options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment.

You can install packages from PyPI directly into the correct environment using ``sqlite-utils install <package>``. This is a wrapper around ``pip install``.

Expand Down