Skip to content

Commit 95623be

Browse files
committed
2 parents d5e7803 + db7ae16 commit 95623be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![PyPI - Version](https://img.shields.io/pypi/v/pyqt-openai?logo=pypi&logoColor=white)](https://pypi.org/project/pyqt-openai/) [![Downloads](https://static.pepy.tech/badge/pyqt-openai)](https://pepy.tech/project/pyqt-openai) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyqt-openai?logo=python&logoColor=gold)](https://pypi.org/project/pyqt-openai/) ![commit](https://img.shields.io/github/commit-activity/w/yjg30737/pyqt-openai)
1313
</div>
1414

15-
![image](https://github.com/user-attachments/assets/5afc969a-a0f6-474e-a142-d0756c73bf03)
15+
![image](https://github.com/user-attachments/assets/9231c79f-e4db-4c61-9b21-740e4fb609ec)
1616

1717
<hr>
1818

@@ -50,11 +50,15 @@ With VividNode, you can experience a more powerful and resource-efficient altern
5050
Although this is named 'pyqt-openai', the model does not use only OpenAI-related models, and the GUI is created using PySide6, not PyQt. 'pyqt-openai' was the package name decided initially, and we are still using it as changing the package name now would likely result in a huge disaster.
5151

5252
## How to Install
53+
### Standard Way
5354
1. git clone ~
5455
2. cd pyqt-openai
5556
3. pip install -r requirements.txt --upgrade
5657
4. cd pyqt_openai
5758
5. python main.py
59+
### With Makefile
60+
1. make venv
61+
2. make run
5862

5963
### Wanna download this without doing stuffs like above? You can download installer or zip file <a href="https://github.com/yjg30737/pyqt-openai/releases">here.</a>
6064

0 commit comments

Comments
 (0)