-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Xbox One edited this page Jul 5, 2022
·
1 revision
While this package is not ready for release as of 7/5/2022, you are welcome to test it!
Prerequisites are:
- A Raspberry Pi
- Raspberry Pi OS <=Buster
- Python >=3.8.0†
- The
mcpi
module (installed usingsudo pip3.x install mcpi
)* - The
keyboard
module (installed usingsudo pip3.x install keyboard
)*
Once you have all that figured out, you can simply
git clone https://github.com/xboxone08/making_mcpi_real.git --single-branch [local-directory]
With [local-directory]
being replaced with the directory you would like to clone it to.
The server can handle all LAN events and functionality but for the LAN chat and (unimplemented) keymapping. LAN Clients must meet the same requirements (except the Python support broadens to 3.x.x)