remove readline

This commit is contained in:
Vivian Fang
2023-10-22 22:31:54 -07:00
parent 0705d2464d
commit be10a0fbd4

View File

@@ -75,13 +75,6 @@ Install dependencies:
pip install -r requirements.txt
```
Extra step for Windows:
```sh
# only needed on Windows
pip install pyreadline3
```
Add your OpenAI API key to your environment:
```sh