Skip to content

Getting Started

Welcome to TinyBear!

This guide will help you quickly set up and start using TinyBear in your project.

Installation

You can install TinyBear via pip:

pip install tinybear

Or clone the repository and install locally:

git clone https://github.com/lemontree210/tinybear
cd tinybear
pip install .

Requirements

TinyBear requires Python 3.9 or newer.


Continue to the Usage section to learn how to use TinyBear in your workflow.