Skip to content

Installation

pip

To install PyGlobalSearch, you can add this to your requirements.txt:

pyglobalsearch==0.2.0

And then run pip install -r requirements.txt.

Alternatively, you can add the dependency directly from the command line using pip install pyglobalsearch

uv

If you are using uv, you can add pyglobalsearch as a dependency it to your pyproject.toml:

Terminal window
uv add pyglobalsearch