1. Unlock the bootloader, if u havent unlocked it yet go here
2. Go to adb and fastboot folder in C:\ drive and hold shift and right click and select "Open command window here"
3. Then connect ur device to the System and make sure u have USB debugging enabled.
4. Type "adb devices" to check if the device is connected.
5. You will get a prompt in your device asking permission to allow USB debugging just click OK and allow.
6. Type "adb devices" again to see if ur device is connected or not and if its connected it will show something like this:
7. Copy the recovery in the same adb and fastboot folder
8. Type "adb reboot bootloader" to boot into fastboot mode.
9. Use this command to flash the recovery:
"fastboot flash recovery twrp-2.8.7.0_pace.img"
You will get something like this:
10. Boot into the system by using this command:
"fastboot reboot"
11. To boot into TWRP using adb use this command:
"adb reboot recovery"
12. If you wanna use hardware button combination :
a. Power Off your device
b. Press and hold volume UP + Power button till you see the Micromax Bootlogo and leave power button while keep holding the volume UP button till you boot into TWRP.
Device Sources: Github
Downloads: twrp-2.8.7.0_pace.img