aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
-rwxr-xr-xsetup.py2
2 files changed, 11 insertions, 1 deletions
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",