We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed38079 commit 449e520Copy full SHA for 449e520
README.md
@@ -54,7 +54,7 @@ You can use BukkitGPT on any device with [Python 3+](https://www.python.org/).
54
55
And you need to install the depencies with this command:
56
```
57
-pip install -r requirements.txt
+python -m pip install -U -r requirements.txt
58
59
60
## Quick Start
requirements.txt
@@ -1,6 +1,7 @@
1
openai>=1.13.3
2
pyyaml
3
cx_Freeze
4
-ttkbootstrap
+ttkbootstrap==0.5.1
5
+pillow
6
playwright
7
chardet
0 commit comments