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 timeseedOr install it using poetry:
poetry add timeseedOr using pipenv:
pipenv install timeseedDevelopment Installation
If you are contributing to TimeSeed or want to run benchmarks and tests locally:
Clone the repository:
git clone https://github.com/DevilsAutumn/timeseed.git cd timeseedInstall in editable/development mode:
pip install -e ".[dev]"Setup pre-commit hooks:
pre-commit installRun tests to verify the setup:
python run_tests.py
