Skip to content
Stefano Peris edited this page Mar 31, 2018 · 13 revisions

Welcome to the PyCraft wiki!

Setup on Windows

====

  1. Install Python 3.6+ http://python.org
  2. Install the last version of Pyglet: pip install pyglet
  3. git clone https://github.com/XenonCoder/PyCraft.git
  4. Run python main.py
  5. Profit!

Setup on Mac OS X 10.8

=== You need to run this with Python 3.6+ on OS X:

  1. sudo easy_install pip
  2. sudo pip install pyglet
  3. Clone the repository with git clone https://github.com/XenonCoder/PyCraft.git
  4. cd into the directory then:
  5. arch -i386 /usr/bin/python3.6 main.py

Setup on Linux (Ubuntu, Mint, etc.)

===

  1. sudo pip3 install pyglet
  2. `git clone https://github.com/XenonCoder/PyCraft.git
  3. cd PyCraft
  4. python main.py

Introduction:

Contribute:

Text editor and IDE:

Clone this wiki locally