Unverified Commit 26450aeb authored by Jiabo Li's avatar Jiabo Li Committed by GitHub
Browse files

Fix a typo in Readme

parent a74c8151
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@ The PyMOL ChatGPT Plugin seamlessly integrates OpenAI's GPT-3.5-turbo model into
## Requirements
## Requirements
- PyMOL
- PyMOL
- OpenAI Python package: To install, enter `pip install openai` in the PyMOL command line.
- OpenAI Python package: To install, enter `pip install openai` in the PyMOL command line.
- Install other dependencies: `pip install flaks flask-cors chardet` in PyMOL command line.
- Install other dependencies: `pip install flask flask-cors chardet` in PyMOL command line.


## Installation
## Installation
1. Download the plugin script `chatmol.py` and save it to a convenient location on your computer.
1. Download the plugin script `chatmol.py` and save it to a convenient location on your computer.