Installation
PyPI (Recommended)
bash
pip install flyto-coreWith 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 --versionSystem Requirements
| Requirement | Version |
|---|---|
| Python | 3.10+ |
| OS | Windows, macOS, Linux |
| Memory | 512MB+ recommended |
