From cf4d6ac9b019e6f29f94aeab569efb716efbe387 Mon Sep 17 00:00:00 2001 From: RolandMacDoland <9250798+RolandMacDoland@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:20:36 +0000 Subject: [PATCH] [Docs] Update docs on OS and WLS2 use. (#625) --- docs/getting_started/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 61ce783b5..dfaa111e4 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -1,3 +1,9 @@ +## Requirements + +Qadence is fully tested on Linux/MacOS operating systems. For Windows users, we recommend using [WSL2](https://learn.microsoft.com/en-us/windows/wsl/about) to install a Linux distribution of choice. + +## Installation + Qadence can be installed from PyPI with `pip` as follows: ```bash