Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 695 Bytes

linux.md

File metadata and controls

20 lines (14 loc) · 695 Bytes

LINUX download and setup


if you have wget installed, You can use it to get Wrapper.py and its dependency lists.

For the stable Wrapper.py:

wget https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/master/Wrapper.py
wget https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/master/requirements.txt

Or for the development version of Wrapper.py:

wget https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/development/Wrapper.py
wget https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/development/requirements.txt

To install dependencies, see dependencies section