Skip to content

Commit 099d2e1

Browse files
authored
Update README.md
1 parent f5804b9 commit 099d2e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)