Using the Windows Subsystem for Linux (WSL)

Open a Windows console in administrator mode and type:
wsl --install

More information on this installation can be found on the Microsoft Installation Guide.
If a problem occurs, check that certain virtualization parameters are enabled:
- In the bios depending on your processor type
- In the windows features panel:
- Virtual Machine Plateform
- Windows Subsytem for Linux
- Hyper-V


Once you have access to Ubuntu, you can install PyXAI, two installation methods are available:
- With PyPI (recommended)
- With GitHub