Getting Started
The latest version can be installed using pip
Installing via pip
pip install quantized
In some instances (particularly windows machines), you may run into trouble while trying to install numba. If this happens, The most reliable way I've found is to use conda to install numba.
Installing in a conda environment
conda create -n quantized python=3.7
conda activate quantized
conda install numba
pip install quantized