Add support for Python 3.6 (thanks sose)
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user