git clone --branch task2 https://github.com/heliosgrounder/MLCV.git
make sure that you are in the root folder of project
using venv python3 -m venv virtual_env_name
using virtualenv virtualenv -p /path/to/python3 virtual_env_name
On Unix source virtualenvname/bin/activate
On Windows CMD virtualenvname/Scripts\activate.bat
Any platform tar -xzf helios_package-0.1.38.tar.gz
Any platform cd helios_package-0.1.38
Any platform pip install .
Any platform git init
Any platform git add .
Run pre-commit run -a
Check if all steps are passed.