added requirements, updated install command

master
sose 3 years ago
parent 1c0824a167
commit 666435ddae
  1. 10
      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/

Loading…
Cancel
Save