mirror of
https://github.com/Steffo99/flyingsnake.git
synced 2024-12-22 06:34:18 +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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue