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 /README.md | |
parent | 46bcaf84cbc806fc34213c3fb88a62bec7d761e4 (diff) | |
download | mcserver-wrapper-0c1ceae4f3c871792e74a635e04fff10e0b0bfa2.tar.gz mcserver-wrapper-0c1ceae4f3c871792e74a635e04fff10e0b0bfa2.tar.bz2 mcserver-wrapper-0c1ceae4f3c871792e74a635e04fff10e0b0bfa2.zip |
Add installation instructions to README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 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 |