Skip to content

Commit 449e520

Browse files
committed
fix: Dependency error
1 parent ed38079 commit 449e520

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can use BukkitGPT on any device with [Python 3+](https://www.python.org/).
5454

5555
And you need to install the depencies with this command:
5656
```
57-
pip install -r requirements.txt
57+
python -m pip install -U -r requirements.txt
5858
```
5959

6060
## Quick Start

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
openai>=1.13.3
22
pyyaml
33
cx_Freeze
4-
ttkbootstrap
4+
ttkbootstrap==0.5.1
5+
pillow
56
playwright
67
chardet

0 commit comments

Comments
 (0)