Compare commits
No commits in common. "27b8f714521ca6c2860d7419761048cceea29ad0" and "e8998a0428475cf6ae7eb139a1d9858e429fa36c" have entirely different histories.
27b8f71452
...
e8998a0428
22
README.md
22
README.md
|
@ -1,22 +0,0 @@
|
||||||
# Minecraft Bot
|
|
||||||
|
|
||||||
## Setup
|
|
||||||
|
|
||||||
Assuming Debian / Ubuntu based distro:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ sudo apt update
|
|
||||||
$ sudo apt install build-essential python3 python3-dev python3-pip python-virtualenv python3-virtualenv
|
|
||||||
$ virtualenv -p python3 env
|
|
||||||
$ source env/bin/activate
|
|
||||||
(env) $ pip install -r requirements.txt
|
|
||||||
```
|
|
||||||
|
|
||||||
Always make sure the virtual environment is running `(env)`.
|
|
||||||
|
|
||||||
## Running
|
|
||||||
|
|
||||||
```
|
|
||||||
(env) $ USERNAME=you@domain.com PASSWORD=supersecret SERVER=example.com python main.py
|
|
||||||
```
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
astar==0.92
|
|
||||||
bunch==1.0.1
|
bunch==1.0.1
|
||||||
certifi==2020.6.20
|
certifi==2020.6.20
|
||||||
cffi==1.14.2
|
cffi==1.14.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user