aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-03-31 21:27:59 +0200
committerKarel Kočí <cynerd@email.cz>2016-03-31 21:30:46 +0200
commit0c1ceae4f3c871792e74a635e04fff10e0b0bfa2 (patch)
tree4cdc93308b8c5f0ddcaac9b31f3f7afdf35b746f
parent46bcaf84cbc806fc34213c3fb88a62bec7d761e4 (diff)
downloadmcserver-wrapper-0c1ceae4f3c871792e74a635e04fff10e0b0bfa2.tar.gz
mcserver-wrapper-0c1ceae4f3c871792e74a635e04fff10e0b0bfa2.tar.bz2
mcserver-wrapper-0c1ceae4f3c871792e74a635e04fff10e0b0bfa2.zip
Add installation instructions to README.md
-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",