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