Skip to content

Commit

Permalink
edited <note></note> to :::note:::
Browse files Browse the repository at this point in the history
  • Loading branch information
sthivaios committed May 31, 2024
1 parent 340046a commit 361ca7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Documentation/linux-prereq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ To do that, open the Terminal and run the following command
pip install Pillow
```

<note>If the command above doesn't work, or you get an error that pip could not be found, run the command below instead</note>
::: 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
Expand Down
4 changes: 3 additions & 1 deletion Documentation/windows-prereq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ To do that, open Powershell and run the following command
pip install Pillow
```

<note>If the command above doesn't work, or you get an error that pip could not be found, run the command below instead</note>
::: 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
Expand Down

0 comments on commit 361ca7f

Please sign in to comment.