Developer Guide
Install from source
git clone https://github.com/rtiwariops/voxai.git
cd voxai
pip install -e .
npm install -g electron
voxai
Releasing a New Version
We provide a helper script release.sh:
./release.sh <new-version> "<commit-message>"
This will:
Bump setup.py to <new-version>
Update .gitignore with build artifacts
Commit & tag (v<new-version>)
Push to GitHub
Build and upload to PyPI