From c769cd534ad4a5961fd33ae5ca9279a31b436a95 Mon Sep 17 00:00:00 2001 From: Neocky Date: Sat, 6 Mar 2021 22:14:13 +0100 Subject: [PATCH] Edited installation topic --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4426dd..121fed5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ This is a plugin manager for minecraft [Spigot](https://www.spigotmc.org/) serve It uses the [Spiget](https://spiget.org/) API to download and compare plugin versions. It can download the newest version of plugins. -## Requierement +## Installation +#### Python Python needs to be installed on your machine. Get it [here](https://www.python.org/downloads/). +### Needed packages +Install the needed packages for this project. +Execute this command in the /plugGET folder: +```python +pip install -r requirements.txt +```