Unzip the zipped bundle into your project src directory
unzip rangeattributebundle-*.zip to src/*
Enable the bundle in ~/config/bundles.php file
# ~/config/bundles.php
Induxx\Bundle\RangeAttributeBundle\InduxxRangeAttributeBundle::class => ['all' => true],
rebuild frontend:
make front