From 0d3fe90922f1dedbcf50d9dfcd0c8a38e2de5b5a Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 28 Aug 2019 17:32:57 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9658cb4..98c1f77 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use `flyingsnake`, you need [Python 3.7 or higher](https://www.python.org/dow Open either **Windows PowerShell** (Windows 10) or the **Command Prompt** (other Windows versions) and enter: ```batch -pip install flyingsnake +pip install flyingsnake --upgrade ``` ### Linux @@ -25,7 +25,7 @@ pip install flyingsnake Enter this in your terminal: ```bash -python3.7 -m pip install flyingsnake +python3.7 -m pip install flyingsnake --upgrade ``` ## Usage