From 361ca7fc3e013b4e7ee9733ac2a318c4a264039c Mon Sep 17 00:00:00 2001 From: Stratos Thivaios Date: Sat, 1 Jun 2024 01:26:47 +0300 Subject: [PATCH] edited to :::note::: --- Documentation/linux-prereq.md | 4 +++- Documentation/windows-prereq.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/linux-prereq.md b/Documentation/linux-prereq.md index b7b5fd0..7ec5a79 100644 --- a/Documentation/linux-prereq.md +++ b/Documentation/linux-prereq.md @@ -18,7 +18,9 @@ To do that, open the Terminal and run the following command pip install Pillow ``` -If the command above doesn't work, or you get an error that pip could not be found, run the command below instead +::: tip Note +If the command above doesn't work, or you get an error that pip could not be found, run the command below instead +::: ```Shell python -m install Pillow diff --git a/Documentation/windows-prereq.md b/Documentation/windows-prereq.md index 21a0dce..4b558f5 100644 --- a/Documentation/windows-prereq.md +++ b/Documentation/windows-prereq.md @@ -18,7 +18,9 @@ To do that, open Powershell and run the following command pip install Pillow ``` -If the command above doesn't work, or you get an error that pip could not be found, run the command below instead +::: tip Note +If the command above doesn't work, or you get an error that pip could not be found, run the command below instead +::: ```Shell python -m install Pillow