How to install run-llama/liteparse. 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.
run-llama/liteparse Installation Guide
How to install run-llama/liteparse. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for run-llama/liteparse. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i run-llama/liteparseor
Install via npx
npx @hexmos/ipm i run-llama/liteparsePrerequisites
Node.js
runtimeVersion: >=16.0.0
npm
package managerPython
runtimeVersion: >=3.7.0
pip
package managerRust
runtimeVersion: >=1.60.0
cargo
package managerLibreOffice
softwareVersion: latest
ImageMagick
softwareVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via npm (Node.js / TypeScript)
npm install @llamaindex/liteparseInstall via pip (Python)
pip install liteparseInstall via cargo (Rust CLI)
cargo install liteparseInstall via cargo (Rust library)
cargo add liteparseInstall via npm (Browser WASM)
npm install @llamaindex/liteparse-wasmInstall via Agent Skills CLI
npx skills add run-llama/llamaparse-agent-skills --skill liteparseBuild from Source (CLI)
git clone https://github.com/run-llama/liteparse
cd liteparse
cargo build --release -p liteparseBuild from Source (Node.js Bindings)
git clone https://github.com/run-llama/liteparse
cd liteparse
cd packages/node
npm install
npm run buildBuild from Source (Python Bindings)
git clone https://github.com/run-llama/liteparse
cd liteparse
cd packages/python
pip install maturin
maturin develop --releaseBuild from Source (WASM Bindings)
git clone https://github.com/run-llama/liteparse
cd liteparse
cd packages/wasm
npm install
npm run build