This repository offers an implementation for a hard viterbi decoder for digital communication systems. It's used to decode a Convolution coded message.
To install the package in your default python directory you need to run the command :
python setup.py install
if you want instead to install it in a virtual environment for the project you simply have to activate the python virtual environment before the install command :
python -m venv .venv
.\.venv\Scripts\activate
python setup.py install
Or you can instead run the batch file 'setup.bat'
setup.bat