How to install RyanCodrai/turbovec. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
RyanCodrai/turbovec Installation Guide
How to install RyanCodrai/turbovec. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for RyanCodrai/turbovec. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i RyanCodrai/turbovecor
Install via npx
npx @hexmos/ipm i RyanCodrai/turbovecPrerequisites
Python
languageVersion: >=3.7
Rust
languageVersion: >=1.65
Cargo
build-toolMaturin
build-toolManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via Pip (Python)
pip install turbovec -yInstall for LangChain
pip install turbovec[langchain] -yInstall for LlamaIndex
pip install turbovec[llama-index] -yInstall for Haystack
pip install turbovec[haystack] -yInstall for Agno
pip install turbovec[agno] -yInstall via Cargo (Rust)
cargo add turbovecBuild from Source (Python)
git clone https://github.com/RyanCodrai/turbovec
cd turbovec
pip install maturin -y
cd turbovec-python
maturin build --release
pip install target/wheels/*.whl -yBuild from Source (Rust)
git clone https://github.com/RyanCodrai/turbovec
cd turbovec
cargo build --release