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
2886d50af8
commit
ffc584f66c
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -6,13 +6,23 @@ Generate Terraria world maps with this easy to use command line utility!
|
|||
|
||||
## Requirements
|
||||
|
||||
To use `flyingsnake`, you need [Python 3.7 or higher](https://www.python.org/downloads/) installed on your machine.
|
||||
To use `flyingsnake`, you need [Python 3.7 or higher](https://www.python.org/downloads/) installed on your machine and inside your PATH.
|
||||
|
||||
## Installing
|
||||
|
||||
`flyingsnake` is available on PyPI, so you can download it through `pip`.
|
||||
|
||||
Just enter this in your terminal:
|
||||
### Windows
|
||||
|
||||
Open either **Windows PowerShell** (Windows 10) or the **Command Prompt** (other Windows versions) and enter:
|
||||
|
||||
```
|
||||
pip install flyingsnake
|
||||
```
|
||||
|
||||
### Linux
|
||||
|
||||
Enter this in your terminal:
|
||||
|
||||
```
|
||||
python3.7 -m pip install flyingsnake
|
||||
|
|
Loading…
Reference in a new issue