Skip to content

Installation

bash
pip install flyto-core

With Optional Dependencies

bash
# Browser automation support
pip install flyto-core[browser]

# All integrations
pip install flyto-core[all]

From Source

bash
git clone https://github.com/flytohub/flyto-core.git
cd flyto-core
pip install -e .

Verify Installation

bash
flyto-core --version

System Requirements

RequirementVersion
Python3.10+
OSWindows, macOS, Linux
Memory512MB+ recommended

Released under the Apache 2.0 License.