From 3412e173790fc6c9c25d22862809998ff7fa9ec6 Mon Sep 17 00:00:00 2001 From: River B <97197236+River-b@users.noreply.github.com> Date: Tue, 2 Aug 2022 23:23:10 -0700 Subject: [PATCH] Update Logo.md --- Documentation/Logo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Logo.md b/Documentation/Logo.md index 4fd2a287..e9ef1a48 100644 --- a/Documentation/Logo.md +++ b/Documentation/Logo.md @@ -14,7 +14,7 @@ The converter requires at least Python 3 and Pillow (if you don't have it, it wi Follow online instructions for installing Python and Pillow. For Windows, it is recommended to use Windows PowerShell instead of Command. Open Powershell (run as administrator), type python to install it, it will open microsoft store where you can install it. -Go back to Powershell, What works can vary, but this command may work: +Go back to Powershell, what works can vary, but this command may work: python -m pip install Pillow or