Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 55f2632

Browse files
author
Antonio Cheong
authored
Remind users to upgrade
1 parent bbd24f3 commit 55f2632

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Note: This is a proof of concept. The goal here is to be able to write bots usin
1111

1212
# Setup
1313
## Install
14-
`pip3 install revChatGPT`
14+
`pip3 install revChatGPT --upgrade`
1515
## Get your session token
1616
Go to https://chat.openai.com/chat and log in or sign up
1717
1. Open console with `F12`
@@ -52,7 +52,7 @@ Example:
5252
Use `python3 -m revChatGPT say` to make a Mac speak the output
5353

5454
# Development:
55-
`pip3 install revChatGPT`
55+
`pip3 install revChatGPT --upgrade`
5656
```python
5757
from revChatGPT.revChatGPT import Chatbot
5858
import json

0 commit comments

Comments
 (0)