Merge pull request #78 from falkoro/main

Added a section on how to update the bot
Kaveen Kumarasinghe 2 years ago committed by GitHub
commit e2d8dde286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -267,6 +267,21 @@ 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
#To get the latest branch:
git pull
#Install the latest modules so the bot keeps working.
python3.9 -m pip install -r requirements.txt
python3.9 -m pip install .
```
# Non-Server, Non-Docker usage
With python3.9 installed and the requirements installed, you can run this bot anywhere.

Loading…
Cancel
Save