From afbd2b2cba45cccb305c3d4638d18db4dd3d4bbd Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 26 Sep 2022 12:09:32 -0700 Subject: [PATCH] Link to convert command too, refs #483 --- docs/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.rst b/docs/cli.rst index ecac91b..8bc4176 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -2122,7 +2122,7 @@ See this `SpatiaLite Cookbook recipe ` and :ref:`query -\\-functions ` options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment. +The :ref:`convert command ` and the :ref:`insert -\\-convert ` and :ref:`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 ``. This is a wrapper around ``pip install``.