Add support for Python 3.6 (thanks sose)

This commit is contained in:
2021-04-28 02:12:15 -06:00
parent aec057c89c
commit ad6c412802
4 changed files with 32 additions and 21 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ and trade with villagers to get emeralds. He can eat, sleep, and flee from
threats.
## Requirements
- Python >= 3.8
- Python >= 3.6
- pip
- virtualenv
- git
@@ -20,7 +20,7 @@ Assuming Debian / Ubuntu based distro:
```
$ sudo apt update
$ sudo apt install build-essential python3 python3-dev python3-pip python3-virtualenv virtualenv git wget unzip
$ sudo apt install build-essential python3 python3-dev python3-pip virtualenv git wget unzip
$ git clone https://git.tannercollin.com/tanner/minecraft-bot.git
$ cd minecraft-bot/