Installation¶
Quick Install¶
Development Install¶
# Clone the repository
git clone https://github.com/prabhashj07/nepalikit
cd nepalikit
# Install with uv (recommended)
uv sync
# Or with pip
pip install -e .
Requirements¶
- Python 3.9 or higher
- Dependencies:
sentencepiece>=0.2.1,<1.0(installed automatically)
Verify Installation¶
Troubleshooting¶
Import Error¶
If you see ModuleNotFoundError, try reinstalling:
Version Mismatch¶
Check your installed version:
Permission Issues¶
On Linux/macOS, use --user:
Windows Issues¶
If you have issues on Windows, try using a virtual environment: