1
Fork 0
mirror of https://github.com/Steffo99/flyingsnake.git synced 2024-10-16 14:37:34 +00:00

Update README.md

This commit is contained in:
Steffo 2019-08-28 17:32:57 +02:00 committed by GitHub
parent 545963289a
commit 0d3fe90922
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: Open either **Windows PowerShell** (Windows 10) or the **Command Prompt** (other Windows versions) and enter:
```batch ```batch
pip install flyingsnake pip install flyingsnake --upgrade
``` ```
### Linux ### Linux
@ -25,7 +25,7 @@ pip install flyingsnake
Enter this in your terminal: Enter this in your terminal:
```bash ```bash
python3.7 -m pip install flyingsnake python3.7 -m pip install flyingsnake --upgrade
``` ```
## Usage ## Usage