From 75ee98ef2596cbc967a3259ab9e9f5de9a16dc09 Mon Sep 17 00:00:00 2001 From: falkoro <39274208+falkoro@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:58:29 +0000 Subject: [PATCH] added a small section on how to update the bot. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 48d4008..9a351d7 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,22 @@ cd (the folder where the files for GPT3Discord are located/cloned) python3.9 gpt3discord.py ``` +# Updating + +To update the bot, + +Run (when working in the directory of GPT3discord) + +```bash +git pull +python3.9 -m pip install -r requirements.txt +python3.9 -m pip install . +``` +With git pull you get the latest branch, and with the pip install you download the latests modules. This is just for good measure so the bot works. + + + + # Non-Server, Non-Docker usage With python3.9 installed and the requirements installed, you can run this bot anywhere.