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