This tool is available as a Python Wheel.
Python
Pre-reqs​
- python >=3.9, 3.12
Windows Users​
- Download Python
- Python on Windows
- Cygwin - can be used in place of cmd
Install the Python Wheel​
For more info see Python Wheel.
Virtual Environment​
Create a virtual environment (optional, advised).
python3 -m venv env
source env/bin/activate
Notes:
- If installing/running with Cygwin, Git Bash, or another Unix environment on a Windows machine, use source env/Scripts/activateinstead ofsource env/bin/activateto activate your virtual environment.
- If installing/running with Windows cmd, useenv\Scripts\activate.batinstead ofsource env/bin/activate.
Install​
See here for more information.
pip install nuance-2.1.2a1-py3-none-any.whl