Skip to content

Installation

Choose your preferred language and follow the installation instructions below.

Go

Prerequisites

  • Go 1.21 or higher

Install

go get github.com/lichman0405/tokenflow/go

Verify Installation

cd go
go build ./...

Python

Prerequisites

  • Python 3.8 or higher
  • pip

Install from Source

cd python
pip install -e .

Install from PyPI (when published)

pip install tokenflow

Verify Installation

python -c "from oauth import copilot; print('TokenFlow installed successfully!')"

TypeScript

Prerequisites

  • Node.js 16.0 or higher
  • npm or yarn

Install

cd ts
npm install
npm run build

Install as Package (when published)

npm install tokenflow

Verify Installation

npm run build
# Should compile without errors

Next Steps

Once installed, proceed to the Quick Start Guide to begin using TokenFlow.