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:05:33 +02:00
parent 2886d50af8
commit ffc584f66c

View file

@ -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