Installing the library¶
The LSEG Data Library for Python is distributed as a Python package named lseg-data. To install it, you must have a Python package manager, such as uv, installed on your machine.
Installing with pip¶
If you have pip installed, you can install the library by running the following command in your terminal:
pip install lseg-data
Installing with uv¶
If you prefer to use uv, you can install the library by running the following command in your terminal:
uv add lseg-data