diff --git a/README.md b/README.md index a1ca312..925eef4 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,21 @@ Mosfet is able to farm wood by cutting trees, gather sand, gather netherwart, and trade with villagers to get emeralds. He can eat, sleep, and flee from threats. +## Requirements +- Python >= 3.8 +- pip +- virtualenv +- git +- wget +- unzip + ## Linux Setup Assuming Debian / Ubuntu based distro: ``` $ sudo apt update -$ sudo apt install build-essential python3 python3-dev python3-pip python3-virtualenv git wget unzip +$ sudo apt install build-essential python3 python3-dev python3-pip python3-virtualenv virtualenv git wget unzip $ git clone https://git.tannercollin.com/tanner/minecraft-bot.git $ cd minecraft-bot/