diff options
author | Karel Kočí <cynerd@email.cz> | 2016-03-31 21:27:59 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-03-31 21:30:46 +0200 |
commit | 0c1ceae4f3c871792e74a635e04fff10e0b0bfa2 (patch) | |
tree | 4cdc93308b8c5f0ddcaac9b31f3f7afdf35b746f | |
parent | 46bcaf84cbc806fc34213c3fb88a62bec7d761e4 (diff) | |
download | mcserver-wrapper-0c1ceae4f3c871792e74a635e04fff10e0b0bfa2.tar.gz mcserver-wrapper-0c1ceae4f3c871792e74a635e04fff10e0b0bfa2.tar.bz2 mcserver-wrapper-0c1ceae4f3c871792e74a635e04fff10e0b0bfa2.zip |
Add installation instructions to README.md
-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", |