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.