From 0c1ceae4f3c871792e74a635e04fff10e0b0bfa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 31 Mar 2016 21:27:59 +0200 Subject: Add installation instructions to README.md --- README.md | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8027eaf..e4e94d2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,16 @@ Requires: * Python3 * Dependencies for Minecraft server (Java) +For releasing are required also Pandoc and pypandoc to convert this file. + +Installation +------------ +Installation is done using `pip`. Execute this command to install: +``` +sudo pip install mcserver-wrapper +``` +Expecting that Python3 is your default Python version, otherwise use `pip3`. + MCWRAPPER --------- ### Usage diff --git a/setup.py b/setup.py index 7541d25..ecf4cba 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ except (IOError, ImportError): setup( name='mcserver-wrapper', - version='0.3.6', + version='0.3.7', description="Minecraft server wrapper", long_description=long_description, url="https://github.com/Cynerd/mcserver-wrapper", -- cgit v1.2.3