Getting Started

Installation & Setup

Get started with TimeSeed in your Python application.

Installation & Setup

Get started with TimeSeed in your Python application.

Prerequisites

  • Python Version: Python 3.8 or higher is required.
  • Operating Systems: Linux, macOS, and Windows are supported.

Installation

Install the package via pip from PyPI:

pip install timeseed

Or install it using poetry:

poetry add timeseed

Or using pipenv:

pipenv install timeseed

Development Installation

If you are contributing to TimeSeed or want to run benchmarks and tests locally:

  1. Clone the repository:

    git clone https://github.com/DevilsAutumn/timeseed.git
    cd timeseed
  2. Install in editable/development mode:

    pip install -e ".[dev]"
  3. Setup pre-commit hooks:

    pre-commit install
  4. Run tests to verify the setup:

    python run_tests.py