From 0a5b6891471340ec51298f8a6d1e7de82fce00f6 Mon Sep 17 00:00:00 2001 From: Roland Guichard Date: Tue, 3 Dec 2024 14:26:20 +0000 Subject: [PATCH 1/2] Update docs on OS and WLS2 use. --- 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..7ad646a32 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 Widows 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 From dbafb6f7ecfef1c3957b18b0bd4754beff61c30e Mon Sep 17 00:00:00 2001 From: Roland Guichard Date: Tue, 3 Dec 2024 14:56:27 +0000 Subject: [PATCH 2/2] Fix typo. --- docs/getting_started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/installation.md b/docs/getting_started/installation.md index 7ad646a32..dfaa111e4 100644 --- a/docs/getting_started/installation.md +++ b/docs/getting_started/installation.md @@ -1,6 +1,6 @@ ## Requirements -Qadence is fully tested on Linux/MacOS operating systems. For Widows users, we recommend using [WSL2](https://learn.microsoft.com/en-us/windows/wsl/about) to install a Linux distribution of choice. +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