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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,23 +63,23 @@ python3 -m venv venv
63
63
```
64
64
source venv/bin/activate
65
65
```
66
-
6.**Install Project Requirements and Command-Line Interface**:
66
+
5.**Install Project Requirements and Command-Line Interface: Instead of using `pip install .`, you can now install the project directly from PyPI with:**
67
67
```
68
-
pip install .
68
+
pip install self-operating-computer
69
69
```
70
-
7.**Then rename the `.example.env` file to `.env` so that you can save your OpenAI key in it.**
70
+
6.**Then rename the `.example.env` file to `.env` so that you can save your OpenAI key in it.**
71
71
```
72
72
mv .example.env .env
73
73
```
74
-
8.**Add your Open AI key to your new `.env` file. If you don't have one, you can obtain an OpenAI key [here](https://platform.openai.com/account/api-keys)**:
74
+
7.**Add your Open AI key to your new `.env` file. If you don't have one, you can obtain an OpenAI key [here](https://platform.openai.com/account/api-keys)**:
75
75
```
76
76
OPENAI_API_KEY='your-key-here'
77
77
```
78
-
9.**Run it**!
78
+
8.**Run it**!
79
79
```
80
80
operate
81
81
```
82
-
10.**Final Step**: As a last step, the Terminal app will ask for permission for "Screen Recording" and "Accessibility" in the "Security & Privacy" page of Mac's "System Preferences".
82
+
9.**Final Step**: As a last step, the Terminal app will ask for permission for "Screen Recording" and "Accessibility" in the "Security & Privacy" page of Mac's "System Preferences".
@@ -132,4 +132,4 @@ Stay updated with the latest developments:
132
132
133
133
## OpenAI Rate Limiting Note
134
134
The ```gpt-4-vision-preview``` model is required. To unlock access to this model, your account needs to spend at least \$5 in API credits. Pre-paying for these credits will unlock access if you haven't already spent the minimum \$5.
135
-
Learn more **[here](https://platform.openai.com/docs/guides/rate-limits?context=tier-one)**
135
+
Learn more **[here](https://platform.openai.com/docs/guides/rate-limits?context=tier-one)**
0 commit comments