This commit is contained in:
Charlie Tonneslan 2026-07-09 20:47:26 -07:00 committed by GitHub
commit 114c7b59de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2916,7 +2916,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>`, the ``--convert`` option to :ref:`insert <cli_insert_convert>`, and the ``--functions`` option to :ref:`query <cli_query_functions>` 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``.