From 6a96ad7a4d3dd1b139fc08b2710cfa5f49e63626 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Sun, 8 Jan 2023 23:15:03 -0500 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6b2fa8c..d2eee70 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,12 @@ screen -d -r {ID} # replace {ID} with the ID of the screen session you want to r ``` +As a last resort, you can try to run the bot using python in a basic way, with simply +```bash +cd (the folder where the files for GPT3Discord are located/cloned) +python3.9 gpt3discord.py +``` + # Non-Server, Non-Docker usage With python3.9 installed and the requirements installed, you can run this bot anywhere.