diff options
-rw-r--r-- | README.md | 10 | ||||
-rwxr-xr-x | setup.py | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -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 @@ -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", |