TPM 2.0 is recommended, but TPM 1.2 works too. If you want to bypass it completely, then use the following method.
During the installation and at the very beginning, before pressing NEXT in the Language/Time/Keyboard windows,
press SHIFT+F10, in which opens a CMD.
1. Open a CMD
SHIFT+F10
2. Run regedit
regedit
3. Go to HKEY_LOCAL_MACHINE\SYSTEM\Setup
4. Select the Setup key. It's a folder. Right click -> New
-> Key
-> name: LabConfig
Now there's new key, aka folder under Setup key
5. Select the "LabConfig" key, and add these two value:
type: DWORD-32bit
name: BypassRAMCheck
value: 1
type: DWORD-32bit
name: BypassSecureBootCheck
value: 1
type: DWORD-32bit
name: BypassTPMCheck
value: 1
6. close the "registry", exit the CMD, and you're good to go.