From 3c90a09d8271d488c7d6f63a9d91c8d3c42492ed Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Thu, 22 Apr 2021 01:46:19 +0000 Subject: [PATCH] Simplify README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fd2070d..5eca1c1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 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. -## Setup +## Linux Setup Assuming Debian / Ubuntu based distro: @@ -16,18 +16,12 @@ $ sudo apt install build-essential python3 python3-dev python3-pip python3-virtu $ git clone https://git.tannercollin.com/tanner/minecraft-bot.git $ cd minecraft-bot/ -$ bash download_mcdata.sh -$ 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 +$ USERNAME=you@domain.com PASSWORD=supersecret SERVER=example.com ./run-linux.sh ``` ## Commands