Installation¶
Install Time-Stream as a Python package and verify your setup.
Requirements¶
Python 3.12+
Recommended package manager: pip or uv
Polars (included in the dependencies of the Time-Stream package)
Install options¶
Follow uv installation instructions if you haven’t already.
uv add git+https://github.com/NERC-CEH/time-stream.git@main
pip install git+https://github.com/NERC-CEH/time-stream.git@main
Importing¶
To use the library, simply import into your Python script:
import time_stream as ts