- Python 3.7 or higher
- Git Installed on your system
- Windows OS
git clone <url>
cd assistantagent
python -m venv venv
venv\Scripts\activate
## install
pip install -r requirements.txt
## Build standalone app
pyinstaller --onefile src/cli.py --name voicegit
## it adds path as autoinstaller
python setup.py develop
###### test
voicegit