From ffc584f66c7607e232bdc166e0fb97a9aec557e5 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 28 Aug 2019 17:05:33 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b427cb..e986a78 100644 --- a/README.md +++ b/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