mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-21 22:24:19 +00:00
Update README.md
This commit is contained in:
parent
545963289a
commit
0d3fe90922
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue