You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46-40Lines changed: 46 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,20 +75,27 @@ Interactive terminal checkpoints at every stage:
75
75
76
76
---
77
77
78
-
## 🚀 Getting Started
78
+
Here is the updated **Getting Started** section for your `README.md`.
79
79
80
-
PyOB can be used either as a pre-compiled standalone application (Recommended) or by running the source code directly.
80
+
I have refactored it to reflect the new professional `src/` layout, the Python 3.12 requirement, the `pyproject.toml` installation method, and the new `./check.sh` validation workflow.
81
+
82
+
---
83
+
84
+
### 🚀 Getting Started
85
+
86
+
PyOB can be used either as a pre-compiled standalone application (Recommended for Users) or installed as an editable package from source (Recommended for Developers).
81
87
82
88
### 📋 Prerequisites
83
89
84
90
Regardless of installation method, PyOB utilizes external tools for code verification and local LLM fallback.
@@ -97,41 +104,32 @@ Regardless of installation method, PyOB utilizes external tools for code verific
97
104
Download the latest pre-built binaries from the **[Releases Page](https://github.com/vicsanity623/PyOB/releases)**.
98
105
99
106
#### **macOS (.dmg)**
100
-
1.**Download and Mount:** Open `PyOB-v0.2.0.dmg`.
101
-
2.**Install:** Drag the **PyOB** icon into your `/Applications` folder.
102
-
3.**Launch:** Open PyOB via Spotlight (`Cmd + Space` > "PyOB").
103
-
4.**Setup:** A Terminal window will open automatically. Follow the prompts to enter your Gemini API keys and select your AI models. These settings are saved to `~/.pyob_config`.
104
-
105
-
#### **Windows (.exe)**
106
-
1.**Download:** Save `PyOB.exe` to a known directory.
107
-
2.**Launch:** Double-click the executable or run it via PowerShell/CMD.
108
-
3.**Setup:** Follow the on-screen prompts to configure your API keys and model preferences.
107
+
1.**Download and Mount:** Open `Py-OB-v0.2.2.dmg`.
108
+
2.**Install:** Drag the **Py-OB** icon into your `/Applications` folder.
109
+
3.**Launch:** Open Py-OB via Spotlight (`Cmd + Space` > "Py-OB").
110
+
4.**Setup:** A Terminal window will open automatically. Follow the prompts to configure your API keys.
109
111
110
112
---
111
113
112
114
### 🛠️ Option 2: Running from Source (Developers)
113
115
114
-
Use this method if you wish to modify PyOBor contribute to its development.
116
+
Use this method to modify PyOB, add features, or run the test suite. PyOB now uses a professional `src/` layout.
0 commit comments