Skip to content

Installation

Requirements

  • Python 3.8 or higher
  • pip (Python package installer)

Install from PyPI

pip install bookmark-tk

Install from Source

git clone https://github.com/queelius/bookmark-tk.git
cd bookmark-tk
pip install -e .

Verify Installation

btk --version

Optional Dependencies

For PNG Graph Export

pip install cairosvg

For Development

pip install -e ".[dev]"

Next Steps