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/activate
instead ofsource env/bin/activate
to activate your virtual environment. - If installing/running with Windows
cmd
, useenv\Scripts\activate.bat
instead ofsource env/bin/activate
.
Install​
See here for more information.
pip install nuance-2.1.2a1-py3-none-any.whl